diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:33 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:33 +0000 |
commit | 1a8913550284e5c0ed1c24439def5f4b0c430733 (patch) | |
tree | 61c68c9bea43c7ab9bdb38c26417c6ad3e92233c /target/linux/ar71xx/base-files/lib | |
parent | 53fcc22809d7e08ffded4ad2e162ff863c59acff (diff) | |
download | upstream-1a8913550284e5c0ed1c24439def5f4b0c430733.tar.gz upstream-1a8913550284e5c0ed1c24439def5f4b0c430733.tar.bz2 upstream-1a8913550284e5c0ed1c24439def5f4b0c430733.zip |
CC: ar71xx: add user-space support for EnGenius EPG5000.
Backport of r46048.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 8f41babb2c..f19af26ed0 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -442,6 +442,9 @@ ar71xx_board_detect() { name="gl-inet" gl_inet_board_detect ;; + *"EnGenius EPG5000") + name="epg5000" + ;; *"EnGenius ESR1750") name="esr1750" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 8d7dc4086e..205cf22454 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -210,6 +210,7 @@ platform_check_image() { dlan-pro-500-wp | \ dlan-pro-1200-ac | \ dragino2 | \ + epg5000 | \ esr1750 | \ esr900 | \ ew-dorin | \ |