X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/52d2b347d2e5ff02234951facb5d163fb1d5bf36..8b0e381068b8e45160fe9289cb0e13a8da2080d5:/target/linux/ramips/base-files/etc/uci-defaults/network diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index a00e162d0..6d1de3c40 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -53,15 +53,22 @@ ramips_setup_interfaces() b2c | \ f5d8235-v2 | \ nw718) - ucidef_set_interfaces_lan_wan "eth0.1 eth0.2" + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ;; + + rt-n15) + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "rtl8366s" "1" "1" + ucidef_add_switch_vlan "rtl8366s" "1" "1 2 3 4 5t" + ucidef_add_switch_vlan "rtl8366s" "2" "0 5t" ;; *) RT3X5X=`cat /proc/cpuinfo | grep RT3.5` if [ -n "${RT3X5X}" ]; then - ucidef_set_interfaces_lan_wan "eth0.1 eth0.2" + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" else - ucidef_set_interfaces_lan_wan "eth0 eth1" + ucidef_set_interfaces_lan_wan "eth0" "eth1" fi ;; esac @@ -81,7 +88,8 @@ ramips_setup_macs() argus-atp52b | \ b2c | \ - nw718) + nw718 | \ + rt-n15) lan_mac=$(get_mac_binary factory 4) wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1) ;;