summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-14 21:30:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-14 21:30:28 +0000
commit54206fb0ce47dcd5b1281af994d12339027cef2f (patch)
tree022161f70b4d38eb3b117017daf7beed4ed45426 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentaff3127956867287b978077c7199bb9d328f0c9c (diff)
downloadmtk-20170518-54206fb0ce47dcd5b1281af994d12339027cef2f.zip
mtk-20170518-54206fb0ce47dcd5b1281af994d12339027cef2f.tar.gz
mtk-20170518-54206fb0ce47dcd5b1281af994d12339027cef2f.tar.bz2
ar71xx: add user-space support for the EnGenius EAP300 v2 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41659
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 94f758a..23cee9a 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -313,6 +313,9 @@ ar71xx_board_detect() {
*"Dragino v2")
name="dragino2"
;;
+ *"EAP300 v2")
+ name="eap300v2"
+ ;;
*EAP7660D)
name="eap7660d"
;;