From: Gabor Juhos Date: Wed, 30 Oct 2013 06:50:55 +0000 (+0000) Subject: ar71xx: add user space support for the Sitecom WLR-8100 wireless router X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=acd4ea62e746aee5b812415253f70cbface7402f ar71xx: add user space support for the Sitecom WLR-8100 wireless router Patchwork: http://patchwork.openwrt.org/patch/4148/ Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 38590 --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 3962aa2854..a4a8408960 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -188,6 +188,9 @@ get_status_led() { zcn-1523h-2 | zcn-1523h-5) status_led="zcn-1523h:amber:init" ;; + wlr8100) + status_led="sitecom:amber:status" + ;; esac } 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 3d6ab29ad9..d953ed7cc8 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -29,7 +29,8 @@ ap132) ucidef_add_switch_vlan "switch0" "2" "0t 1" ;; -ap136-010) +ap136-010 |\ +wlr8100) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4" diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 06786e770d..633fae12fa 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -573,6 +573,9 @@ ar71xx_board_detect() { "8devices Carambola2"*) name="carambola2" ;; + *"Sitecom WLR-8100") + name="wlr8100" + ;; esac case "$machine" in