diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:36 +0000 |
commit | f3f05d86fe6dd1d35dfaad95c99ab42835feeac4 (patch) | |
tree | 09d4be54462bdfefee51ca9ed21bf7cbf1db6459 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | ed1889db334bd8c53baf894182ea4109a28c320c (diff) | |
download | mtk-20170518-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.zip mtk-20170518-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.gz mtk-20170518-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.bz2 |
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')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/network | 7 |
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 fe0ce03..746393d 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) |