diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 19:43:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 19:43:58 +0000 |
commit | 2d6542242aba8e19ea9d53f344d1a29786c90e22 (patch) | |
tree | fe81c2531daf80f6465ae7a26e0c5ef6497a4323 /target/linux/ar71xx/base-files/lib | |
parent | 16d45d553108bfb898b70aa9156fab99fc99678a (diff) | |
download | mtk-20170518-2d6542242aba8e19ea9d53f344d1a29786c90e22.zip mtk-20170518-2d6542242aba8e19ea9d53f344d1a29786c90e22.tar.gz mtk-20170518-2d6542242aba8e19ea9d53f344d1a29786c90e22.tar.bz2 |
ar71xx: add user-space support for EnGenius ESR1750
Signed-off-by: Jon Suphammer <jon@suphammer.net>
Patchwork: http://patchwork.openwrt.org/patch/5840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41625
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 f912156..b2ce506 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -325,6 +325,9 @@ ar71xx_board_detect() { *"GL-CONNECT INET v1") name="gl-inet" ;; + *"EnGenius ESR1750") + name="esr1750" + ;; *JA76PF) name="ja76pf" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index e111618..30ea888 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -151,6 +151,7 @@ platform_check_image() { dir-825-c1 | \ dir-835-a1 | \ dragino2 | \ + esr1750 | \ ew-dorin | \ ew-dorin-router | \ hiwifi-hc6361 | \ |