summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-26 09:50:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-26 09:50:36 +0000
commitf3f05d86fe6dd1d35dfaad95c99ab42835feeac4 (patch)
tree09d4be54462bdfefee51ca9ed21bf7cbf1db6459 /target/linux/ar71xx/base-files/etc/uci-defaults/network
parented1889db334bd8c53baf894182ea4109a28c320c (diff)
downloadmaster-31e0f0ae-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.gz
master-31e0f0ae-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.bz2
master-31e0f0ae-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.zip
ar71xx: add user-space support for AP136-020
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34885
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index fe0ce03d9c..746393dd64 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -29,6 +29,13 @@ ap136-010)
ucidef_add_switch_vlan "switch0" "2" "5 6"
;;
+ap136-020)
+ ucidef_set_interfaces_lan_wan "eth1" "eth0"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
+ ucidef_add_switch_vlan "switch0" "2" "5 6"
+ ;;
+
db120 |\
rb-2011l | \
rb-2011uas-2hnd)