diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:40 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 00:05:46 +0100 |
commit | 7232d9247e033af64b914a59c08ae2359d932b4a (patch) | |
tree | c57295bb451375bffd4bc7446e4dbf8943526b81 /target/linux/ar71xx | |
parent | 531ab598042f7954e6b41aea2bd2230a9d79b64f (diff) | |
download | upstream-7232d9247e033af64b914a59c08ae2359d932b4a.tar.gz upstream-7232d9247e033af64b914a59c08ae2359d932b4a.tar.bz2 upstream-7232d9247e033af64b914a59c08ae2359d932b4a.zip |
ramips: disable TP-Link TL-WA750RE by default
Disable the TP-Link TL-WA750RE 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')
-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 e79460df5b..99337ff7aa 100644 --- a/target/linux/ar71xx/image/tiny-tp-link.mk +++ b/target/linux/ar71xx/image/tiny-tp-link.mk @@ -164,6 +164,7 @@ define Device/tl-wa750re-v1 BOARDNAME := TL-WA750RE DEVICE_PROFILE := TLWA750 TPLINK_HWID := 0x07500001 + DEFAULT := n endef TARGET_DEVICES += tl-wa750re-v1 |