diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:50:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:50:55 +0000 |
commit | 3bb300b0c76536e1cb0667334c5b3d0d4de7bc62 (patch) | |
tree | ed67b5602ef1a99d2d251de516bfbbde87f8b9ee /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | f61c2c86637635682bddda91aa46eb013940f57d (diff) | |
download | upstream-3bb300b0c76536e1cb0667334c5b3d0d4de7bc62.tar.gz upstream-3bb300b0c76536e1cb0667334c5b3d0d4de7bc62.tar.bz2 upstream-3bb300b0c76536e1cb0667334c5b3d0d4de7bc62.zip |
ar71xx: add user space support for the Sitecom WLR-8100 wireless router
Patchwork: http://patchwork.openwrt.org/patch/4148/
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 3 |
1 files changed, 2 insertions, 1 deletions
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" |