feat: add GL-AR300M16-EXT (ath79/generic, 16MB flash) target

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 18:25:26 +00:00
parent 859033635b
commit db3cf36443

View File

@@ -39,6 +39,10 @@ device_config() {
OPENWRT_TARGET="ramips/mt7621"
PROFILE="asus_rt-ax53u"
;;
ar300m16)
OPENWRT_TARGET="ath79/generic"
PROFILE="glinet_gl-ar300m16"
;;
*)
return 1
;;
@@ -104,6 +108,7 @@ usage() {
echo " mt6000 GL.iNet GL-MT6000 (Flint 2) mediatek/filogic"
echo " ax6s Xiaomi Redmi AX6S mediatek/filogic"
echo " ax53u Asus RT-AX53U ramips/mt7621"
echo " ar300m16 GL.iNet GL-AR300M16-EXT (16MB) ath79/generic"
echo ""
echo "OpenWrt version: ${OPENWRT_VERSION} (override with OPENWRT_VERSION env var)"
echo ""