diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:16:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:16:04 +0000 |
commit | ed72c5f846941dcca3eab1d72c48472b383752e9 (patch) | |
tree | c993281e19195b82f17834134fad51815a293843 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 9f7bbc649c09a31957b6cc7c04f5b6780712b714 (diff) | |
download | upstream-ed72c5f846941dcca3eab1d72c48472b383752e9.tar.gz upstream-ed72c5f846941dcca3eab1d72c48472b383752e9.tar.bz2 upstream-ed72c5f846941dcca3eab1d72c48472b383752e9.zip |
ar71xx: add support for Netgear WPN824N
Add support for Netgear WPN824N.
Hardware specs:
* AR7240, 4 LAN ports, 1 WAN port
* AR9285 WLAN
* 32 MB RAM
* 4 MB Flash
* 16 LEDs (LAN, WAN and Power/Status contain two LEDs for dual color
effect)
* 3 Buttons (not supported)
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 48356
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 678482eb15..34d5741323 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -974,6 +974,9 @@ ar71xx_board_detect() { *"WNR1000 V2") name="wnr1000-v2" ;; + *WPN824N) + name="wpn824n" + ;; *WRT160NL) name="wrt160nl" ;; |