summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-28 10:56:18 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-28 10:56:18 +0000
commit4a7f515821c0e761159c25127f1625937b4c0136 (patch)
treedf09ad3d92e8f502a441db73684d0880e3187c78 /target
parent53c9a5ce63fbc729d26f6667a2a5e342e991bf66 (diff)
ramips: rt305x: fix uci-defaults/network script for the RT3350 based boards
This change corrects expected CPU name of Ralink RT3050, which describes itself as RT3350 (this name is ripped off chip and elevated to user space via /proc/cpuinfo.) This patch fixes wired network on DIR-300 rev B and DIR-600 rev B Signed-off-by: Slawomir Cygan <wiewior@wiewior.eu.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/network4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network
index 8d4c6d547..35b2fccdc 100755
--- a/target/linux/ramips/base-files/etc/uci-defaults/network
+++ b/target/linux/ramips/base-files/etc/uci-defaults/network
@@ -1,6 +1,6 @@
#!/bin/sh
-RT305X=`cat /proc/cpuinfo | grep RT305`
-[ -z "${RT305X}" ] || {
+RT3X5X=`cat /proc/cpuinfo | grep RT3.5`
+[ -z "${RT3X5X}" ] || {
uci batch <<EOF
set network.lan.ifname=eth0.1
set network.wan=interface