From 2d6542242aba8e19ea9d53f344d1a29786c90e22 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Jul 2014 19:43:58 +0000 Subject: ar71xx: add user-space support for EnGenius ESR1750 Signed-off-by: Jon Suphammer Patchwork: http://patchwork.openwrt.org/patch/5840/ Signed-off-by: Gabor Juhos SVN-Revision: 41625 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 7 +++++++ 2 files changed, 10 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index c689e7038c..32b82dd7d8 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -72,6 +72,9 @@ get_status_led() { gl-inet) status_led="gl-connect:green:lan" ;; + esr1750) + status_led="esr1750:amber:power" + ;; hiwifi-hc6361) status_led="hiwifi:blue:system" ;; diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 63422daa30..5416599f2a 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -30,6 +30,13 @@ wlr8100) ucidef_add_switch_vlan "switch0" "2" "0t 1" ;; +esr1750) + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5" + ucidef_add_switch_vlan "switch0" "2" "0t 1" + ;; + ap136-010) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" "1" "1" -- cgit v1.2.3