mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user