diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 21:30:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 21:30:28 +0000 |
commit | 63a0695d5a5dde12498e803248a922b5cf8bc39d (patch) | |
tree | a656665db55c214ba6f5eb158eb9a961609e31df /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 1b7feb924a73a2878a81c3b4804275f209ac07a7 (diff) | |
download | upstream-63a0695d5a5dde12498e803248a922b5cf8bc39d.tar.gz upstream-63a0695d5a5dde12498e803248a922b5cf8bc39d.tar.bz2 upstream-63a0695d5a5dde12498e803248a922b5cf8bc39d.zip |
ar71xx: add user-space support for the EnGenius EAP300 v2 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41659 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 94f758a809..23cee9acb7 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" ;; |