diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-20 20:47:48 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-20 20:47:48 +0000 |
commit | 9d76de977142e50753e27144d172fde068fd4936 (patch) | |
tree | 8b19b97ad0376ebb7a3f285d4bae1c96b69eee7c /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 18f55ddf7db9a01a21089128e1e8b7bb318e1508 (diff) | |
download | mtk-20170518-9d76de977142e50753e27144d172fde068fd4936.zip mtk-20170518-9d76de977142e50753e27144d172fde068fd4936.tar.gz mtk-20170518-9d76de977142e50753e27144d172fde068fd4936.tar.bz2 |
ar71xx: add support for compex wpj344
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45527
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 7 |
1 files changed, 7 insertions, 0 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 9789834..fa3f66f 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -360,6 +360,13 @@ wpe72) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; +wpj344) + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0t 3" + ucidef_add_switch_vlan "switch0" "2" "0t 2" + ;; + wpj558) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" |