diff options
author | John Crispin <john@openwrt.org> | 2015-07-07 18:06:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-07 18:06:39 +0000 |
commit | 08790c5ee8bfca46d0afe973e336e44e27e35a8c (patch) | |
tree | 610c9e1b5064dbb13c95f9152282b0d7586466fe /target/linux/ar71xx/base-files/etc | |
parent | e71141ef23fadccda68978ef58d459229e360e12 (diff) | |
download | upstream-08790c5ee8bfca46d0afe973e336e44e27e35a8c.tar.gz upstream-08790c5ee8bfca46d0afe973e336e44e27e35a8c.tar.bz2 upstream-08790c5ee8bfca46d0afe973e336e44e27e35a8c.zip |
ar71xx: Add support for Cisco-Linksys WAP4410N
This patch adds support for the Cisco WAP4410N, an access point that uses the
AR9132 SoC. Web upgrades from stock are not yet possible, UART access required
for the initial flash.
Signed-off-by: Ryan A Young <rayoung@utexas.edu>
SVN-Revision: 46250
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 0bcb273359..ce2b9bad50 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -328,6 +328,9 @@ 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 ea19de9087..51095a9a5e 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -341,6 +341,7 @@ tl-wa901nd-v3 |\ tl-wr703n |\ tube2h |\ wndap360 |\ +wap4410n |\ mynet-rext |\ wp543) ucidef_set_interface_lan "eth0" |