ralink: make all none 3x5x boards default to a vlan1/2 setup

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38845
master
John Crispin 11 years ago
parent 3d547b740a
commit 9d4eb0ac91
  1. 7
      target/linux/ramips/base-files/etc/uci-defaults/02_network

@ -145,17 +145,12 @@ ramips_setup_interfaces()
ucidef_set_interface_lan "eth0" ucidef_set_interface_lan "eth0"
;; ;;
whr-300hp2 |\
whr-600d)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
;;
*) *)
RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"` RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
if [ -n "${RT3X5X}" ]; then if [ -n "${RT3X5X}" ]; then
ramips_setup_rt3x5x_vlans ramips_setup_rt3x5x_vlans
else else
ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
fi fi
;; ;;
esac esac

Loading…
Cancel
Save