aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-26 17:01:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-26 17:01:41 +0000
commite1e84badaaf3814b21ce24295c9ec3183eeb4220 (patch)
treefdf6d2a9080e7719ab6595493ae6d954e9119eae /target/linux/ar71xx/base-files/lib
parent1c4f6b4308a2dce0254ce223d97fe5cc41a25ea5 (diff)
downloadupstream-e1e84badaaf3814b21ce24295c9ec3183eeb4220.tar.gz
upstream-e1e84badaaf3814b21ce24295c9ec3183eeb4220.tar.bz2
upstream-e1e84badaaf3814b21ce24295c9ec3183eeb4220.zip
ar71xx: add support for Compex WPE72/WPE72NX
This patch adds support for Compex WPE72 bare board and Compex WPE72NX Indoor Access Point. [juhosg: add support to 3.2 as well] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29912
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 db859b24ab..c2fa462a1a 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -301,6 +301,9 @@ ar71xx_board_detect() {
*WP543)
name="wp543"
;;
+ *WPE72)
+ name="wpe72"
+ ;;
*"WNDR3700/WNDR3800/WNDRMAC")
wndr3700_board_detect "$machine"
;;