diff --git a/scripts/build.sh b/scripts/build.sh index b2e530a..7d182d6 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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 ""