diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:27 +0000 |
commit | d26e8d9439052ed8f433b6ffb15a5f0c54712121 (patch) | |
tree | cd6b1f6b93e55c3950f9794ae27a27804fb4588c /target/linux/ar71xx/base-files | |
parent | 0fc6755f66c842c2b25768bf954fdf60355c21e0 (diff) | |
download | upstream-d26e8d9439052ed8f433b6ffb15a5f0c54712121.tar.gz upstream-d26e8d9439052ed8f433b6ffb15a5f0c54712121.tar.bz2 upstream-d26e8d9439052ed8f433b6ffb15a5f0c54712121.zip |
Revert "ar71xx: Add support for Cisco-Linksys WAP4410N" (r46250)
The commit is incomplete, it does not even build the mach-* file
This reverts commit 6e6adcf7a197b1802cb728ddcccf05f890ca0574
SVN-Revision: 46425
Diffstat (limited to 'target/linux/ar71xx/base-files')
4 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index f3bd142ff1..12c31c41d7 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -334,9 +334,6 @@ get_status_led() { wrt400n) status_led="wrt400n:blue:wps" ;; - wap4410n) - status_led="wrt4410n:green:power" - ;; wrt160nl) status_led="wrt160nl:blue:wps" ;; diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 9a0d0a3514..e7dc538727 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -351,7 +351,6 @@ tl-wa901nd-v3 |\ tl-wr703n |\ tube2h |\ wndap360 |\ -wap4410n |\ mynet-rext |\ wp543) ucidef_set_interface_lan "eth0" diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 9d3d2cbc29..9edd0cdf98 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -886,9 +886,6 @@ ar71xx_board_detect() { *WRT400N) name="wrt400n" ;; - *WAP4410N) - name="wap4410n" - ;; *"WZR-450HP2") name="wzr-450hp2" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 41e344c129..98e607c34e 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -235,7 +235,6 @@ platform_check_image() { nanostation-m-xw | \ rw2458n | \ wpj531 | \ - wap4410n | \ wndap360 | \ wpj344 | \ wzr-hp-g300nh2 | \ |