From 50c554a475ac1bfbd6b310cf97e914c8b767f5a6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 14 Jul 2014 10:25:51 +0000 Subject: ar71xx: add user-space support for the EnGenius ESR900 Signed-off-by: Forest Crossman Patchwork: http://patchwork.openwrt.org/patch/5716/ Signed-off-by: Gabor Juhos SVN-Revision: 41641 --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/02_network') 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 cb3a83b301..d4fb5770ce 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -266,6 +266,16 @@ wndr4300) [ -n "$mac_wan" ] && ucidef_set_interface_macaddr "wan" "$mac_wan" ;; +esr900) + local mac + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4" + ucidef_add_switch_vlan "switch0" "2" "0t 5" + mac=$(mtd_get_mac_ascii u-boot-env "wanaddr") + [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac" + ;; + all0305 |\ aw-nr580 |\ bullet-m |\ -- cgit v1.2.3