adm5120: fix board detection
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jan 2010 12:14:14 +0000 (12:14 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jan 2010 12:14:14 +0000 (12:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19015 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/adm5120/base-files/lib/adm5120.sh

index fb0526e..06e2aac 100755 (executable)
@@ -9,7 +9,7 @@ status_led=""
 sys_mtd_part=""
 
 adm5120_detect() {
-       board_name=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /system type/ {print $2}' /proc/cpuinfo)
+       board_name=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$board_name" in
        "Cellvision"*)