mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 20:39:42 +02: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:
parent
e9a777ed10
commit
01886f51dd
@ -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
|
if [ -n "${RT3X5X}" ]; then
|
||||||
ramips_setup_rt3x5x_vlans
|
ramips_setup_rt3x5x_vlans
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user