mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
make uci-defaults switch detection work on rt5350
SVN-Revision: 33549
This commit is contained in:
parent
34d57ebd8b
commit
d8c04821c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user