1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:04:11 +03:00

[ramips] make uci-defaults switch detection work on rt5350

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33549 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-09-25 14:47:18 +00:00
parent e9a777ed10
commit 01886f51dd

View File

@ -101,7 +101,7 @@ ramips_setup_interfaces()
;;
*)
RT3X5X=`cat /proc/cpuinfo | grep RT3.5`
RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
if [ -n "${RT3X5X}" ]; then
ramips_setup_rt3x5x_vlans
else