diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-02 12:00:11 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-02 13:04:38 +0200 |
commit | 6e47c22268d5c89971950052aceda03810c88c75 (patch) | |
tree | 3424687f46477da9fce3d15a1997a2527aa6a1bb | |
parent | 9dd189d4adc4158e54461b4cbac5ef4e66222a94 (diff) | |
download | mtk-20170518-6e47c22268d5c89971950052aceda03810c88c75.zip mtk-20170518-6e47c22268d5c89971950052aceda03810c88c75.tar.gz mtk-20170518-6e47c22268d5c89971950052aceda03810c88c75.tar.bz2 |
ar71xx: Deactivate build of Netgear WNR2000v3
This devices always looses the settings after power loss, nothing is
been saved.
Deactivate building this image till this problem is fixed.
See FS#672
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index 6667bef..84caa52 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -436,7 +436,8 @@ LEGACY_DEVICES += WNR2000 define LegacyDevice/WNR2000V3 DEVICE_TITLE := NETGEAR WNR2000V3 endef -LEGACY_DEVICES += WNR2000V3 +# FS#672 - Looses always settings after power loss, nothig is been saved +#LEGACY_DEVICES += WNR2000V3 define LegacyDevice/WNR2000V4 DEVICE_TITLE := NETGEAR WNR2000V4 |