aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-06-18 18:21:41 +0000
committerJohn Crispin <blogic@openwrt.org>2015-06-18 18:21:41 +0000
commitbbd2cf6b01f06c47c88bcb28578205c71e0c4961 (patch)
tree36a99aabb6eab76a401ffcd0e9e53bb5126dc765 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent40fe2e818c760cc908cdd4bc825e8c4f9d2dab04 (diff)
downloadmaster-187ad058-bbd2cf6b01f06c47c88bcb28578205c71e0c4961.tar.gz
master-187ad058-bbd2cf6b01f06c47c88bcb28578205c71e0c4961.tar.bz2
master-187ad058-bbd2cf6b01f06c47c88bcb28578205c71e0c4961.zip
ar71xx: add user-space support for EnGenius EPG5000.
Signed-off-by: Christian Beier <cb@shoutrlabs.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46048 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8f4bb409ff..00e39ae639 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -433,6 +433,9 @@ ar71xx_board_detect() {
name="gl-inet"
gl_inet_board_detect
;;
+ *"EnGenius EPG5000")
+ name="epg5000"
+ ;;
*"EnGenius ESR1750")
name="esr1750"
;;