X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0c1f9db11441bc272e018ccda9813395e06fa68f..b9aab9ba7ea4ba393fc69d3cb9bb0068f58d802a:/target/linux/ar71xx/base-files/etc/uci-defaults/network diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network index f78f64796..2f2525bb0 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network @@ -79,6 +79,26 @@ set_interface_loopback board=$(ar71xx_board_name) case "$board" in +rb-433 |\ +rb-433u) + set_interfaces_lan_wan "eth1" "eth0" + add_switch "switch0" "1" "1" + add_switch_vlan "switch0" "1" "1 2 5" + ;; + +rb-450) + set_interfaces_lan_wan "eth1" "eth0" + add_switch "eth1" "1" "1" + add_switch_vlan "eth1" "1" "0 1 2 3 5" + ;; + +rb-450g |\ +routerstation-pro) + set_interfaces_lan_wan "eth1" "eth0" + add_switch "switch0" "1" "1" + add_switch_vlan "switch0" "1" "0 1 2 3 4" + ;; + aw-nr580 |\ bullet-m |\ eap7660d |\