[ramips] make uci-defaults switch detection work on rt5350
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Sep 2012 14:47:18 +0000 (14:47 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Sep 2012 14:47:18 +0000 (14:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33549 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/base-files/etc/uci-defaults/network

index a30ce0e..bbb02e8 100755 (executable)
@@ -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