diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:39 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 00:05:46 +0100 |
commit | 531ab598042f7954e6b41aea2bd2230a9d79b64f (patch) | |
tree | 7de76e4bfdafc1ffda3824ce65addcdf35f9f831 /target/linux/ar71xx/image | |
parent | 634db7930a2d9d2c88529f759045803af8e0dbee (diff) | |
download | upstream-531ab598042f7954e6b41aea2bd2230a9d79b64f.tar.gz upstream-531ab598042f7954e6b41aea2bd2230a9d79b64f.tar.bz2 upstream-531ab598042f7954e6b41aea2bd2230a9d79b64f.zip |
ar71xx: disable TP-Link TL-WA850RE by default
Disable the TP-Link TL-WA850RE image by default as the device has
insufficient flash space for release build images.
Ref: https://forum.openwrt.org/t/devices-too-big-to-save-overlay/18161/30
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/tiny-tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tiny-tp-link.mk b/target/linux/ar71xx/image/tiny-tp-link.mk index db5f735498..e79460df5b 100644 --- a/target/linux/ar71xx/image/tiny-tp-link.mk +++ b/target/linux/ar71xx/image/tiny-tp-link.mk @@ -235,6 +235,7 @@ define Device/tl-wa850re-v1 BOARDNAME := TL-WA850RE DEVICE_PROFILE := TLWA850 TPLINK_HWID := 0x08500001 + DEFAULT := n endef TARGET_DEVICES += tl-wa850re-v1 |