X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=0315074f10b2e405dc6a44e6b22121ea7b4dfb9b;hb=43de7c1cfa8b6afd15c226676ec64a0fa765fc6b;hp=c1355bcadc8a8e11b0cf40e55cd3c5e2f7bdb544;hpb=7bfab6e308a54d4fc2b99d9f80b4a4cd735de5b1;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index c1355bcadc..0315074f10 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -6,20 +6,6 @@ RAMIPS_BOARD_NAME= RAMIPS_MODEL= -all500x_board_detect() { - local systype - - systype=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /system type/ {print $2}' /proc/cpuinfo) - case "$systype" in - *"RT5350"*) - RAMIPS_MODEL="Allnet ALL5003" - ;; - *"RT3352"*) - RAMIPS_MODEL="Allnet ALL5002" - ;; - esac -} - ramips_board_detect() { local machine local name @@ -48,15 +34,21 @@ ramips_board_detect() { *"Allnet ALL0256N") name="all0256n" ;; - *"Allnet ALL5002/ALL5003") + *"Allnet ALL5002") name="all5002" ;; + *"Allnet ALL5003") + name="all5003" + ;; *"ARC FreeStation5") name="freestation5" ;; *"Argus ATP-52B") name="argus-atp52b" ;; + *"AsiaRF AWM002 EVB") + name="awm002-evb" + ;; *"BR6524N") name="br6524n" ;; @@ -72,15 +64,27 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"DCS-930") + name="dcs-930" + ;; *"DIR-300 B1") name="dir-300-b1" ;; + *"DIR-300 B7") + name="dir-300-b7" + ;; + *"DIR-320 B1") + name="dir-320-b1" + ;; *"DIR-600 B1") name="dir-600-b1" ;; *"DIR-600 B2") name="dir-600-b2" ;; + *"DIR-610 A1") + name="dir-610-a1" + ;; *"DIR-620 A1") name="dir-620-a1" ;; @@ -96,12 +100,18 @@ ramips_board_detect() { *"DIR-645") name="dir-645" ;; + *"DIR-810L") + name="dir-810l" + ;; *"DAP-1350") name="dap-1350" ;; *"ESR-9753") name="esr-9753" ;; + *"F7C027") + name="f7c027" + ;; *"F5D8235 v1") name="f5d8235-v1" ;; @@ -123,6 +133,12 @@ ramips_board_detect() { *"MoFi Network MOFI3500-3GN") name="mofi3500-3gn" ;; + *"HAME MPR-A1") + name="mpr-a1" + ;; + *"HAME MPR-A2") + name="mpr-a2" + ;; *"NBG-419N") name="nbg-419n" ;; @@ -147,9 +163,27 @@ ramips_board_detect() { *"Planex MZK-W300NH2"*) name="mzk-w300nh2" ;; + *"Poray IP2202") + name="ip2202" + ;; + *"Poray M3") + name="m3" + ;; + *"Poray M4") + name="m4" + ;; + *"Poray X5") + name="x5" + ;; + *"Poray X8") + name="x8" + ;; *"PWH2004") name="pwh2004" ;; + *"Asus RP-N53") + name="rp-n53" + ;; *"RT-G32 B1") name="rt-g32-b1" ;; @@ -174,6 +208,12 @@ ramips_board_detect() { *"W502U") name="w502u" ;; + *"WHR-300HP2") + name="whr-300hp2" + ;; + *"WHR-600D") + name="whr-600d" + ;; *"WHR-G300N") name="whr-g300n" ;; @@ -212,7 +252,7 @@ ramips_board_detect() { ;; *"UR-326N4G Wireless N router") name="ur-326n4g" - ;; + ;; *"UR-336UN Wireless N router") name="ur-336un" ;; @@ -222,17 +262,14 @@ ramips_board_detect() { *"XDX RN502J") name="xdxrn502j" ;; + *"HG255D") + name="hg255d" + ;; *) name="generic" ;; esac - case "$machine" in - *"Allnet ALL5002/ALL5003") - all500x_board_detect - ;; - esac - [ -z "$RAMIPS_BOARD_NAME" ] && RAMIPS_BOARD_NAME="$name" [ -z "$RAMIPS_MODEL" ] && RAMIPS_MODEL="$machine"