X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=b2b299dc5111611db011af524cdbde879e7dc49e;hp=066f3bdb404a0b954380bfdc842f270439ee21b5;hb=d0bf15f235951973836da586c05693c0563ed4f2;hpb=dc7164d4efd172fb412d24849dc477992251e4b7 diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 066f3bdb40..b2b299dc51 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -13,6 +13,9 @@ ramips_board_detect() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *"7Links PX-4885") + name="px4885" + ;; *"8devices Carambola") name="carambola" ;; @@ -22,6 +25,12 @@ ramips_board_detect() { *"Edimax 3g-6200nl") name="3g-6200nl" ;; + *"A5-V11") + name="a5-v11" + ;; + *"Airlink101 AR725W") + name="ar725w" + ;; *"AirLive Air3GII") name="air3gii" ;; @@ -46,11 +55,14 @@ ramips_board_detect() { *"Argus ATP-52B") name="argus-atp52b" ;; - *"AsiaRF AWM002-EVB") + *"AsiaRF AWM002 EVB") name="awm002-evb" ;; - *"BR6524N") - name="br6524n" + *"AsiaRF AWM003 EVB") + name="awm003-evb" + ;; + *"AsiaRF AWAPN2403") + name="awapn2403" ;; *"Asus WL-330N") name="wl-330n" @@ -64,9 +76,21 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"CY-SWR1100") + name="cy-swr1100" + ;; + *"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" ;; @@ -100,6 +124,12 @@ ramips_board_detect() { *"ESR-9753") name="esr-9753" ;; + *"EASYACC WI-STOR WIZARD 8800") + name="wizard8800" + ;; + *"Edimax BR-6475nD") + name="br-6475nd" + ;; *"F7C027") name="f7c027" ;; @@ -118,18 +148,33 @@ ramips_board_detect() { *"La Fonera 2.0N") name="fonera20n" ;; + *"Asus RT-N14U") + name="rt-n14u" + ;; *"Asus RT-N13U") name="rt-n13u" ;; *"MoFi Network MOFI3500-3GN") name="mofi3500-3gn" ;; + *"HILINK HLK-RM04") + name="hlk-rm04" + ;; + *"HOOTOO HT-TM02") + name="ht-tm02" + ;; *"HAME MPR-A1") name="mpr-a1" ;; *"HAME MPR-A2") name="mpr-a2" ;; + *"Kingston MLW221") + name="mlw221" + ;; + *"Planex MZK-750DHP") + name="mzk-750dhp" + ;; *"NBG-419N") name="nbg-419n" ;; @@ -139,6 +184,12 @@ ramips_board_detect() { *"NexAira BC2") name="bc2" ;; + *"Nexx WT1520") + name="wt1520" + ;; + *"Nexx WT3020") + name="wt3020" + ;; *"NW718") name="nw718" ;; @@ -148,6 +199,9 @@ ramips_board_detect() { *"Omnima MiniEMBWiFi") name="omni-emb" ;; + *"Omnima MiniPlug") + name="omni-plug" + ;; *"Petatel PSR-680W"*) name="psr-680w" ;; @@ -187,6 +241,9 @@ ramips_board_detect() { *"RT-N56U") name="rt-n56u" ;; + *"RUT5XX") + name="rut5xx" + ;; *"Skyline SL-R7205"*) name="sl-r7205" ;; @@ -196,9 +253,24 @@ ramips_board_detect() { *"V22RW-2X2") name="v22rw-2x2" ;; + *"VoCore") + name="vocore" + ;; *"W502U") name="w502u" ;; + *"WMR-300") + name="wmr300" + ;; + *"WHR-300HP2") + name="whr-300hp2" + ;; + *"WHR-600D") + name="whr-600d" + ;; + *"WHR-1166D") + name="whr-1166d" + ;; *"WHR-G300N") name="whr-g300n" ;; @@ -250,6 +322,30 @@ ramips_board_detect() { *"HG255D") name="hg255d" ;; + *"V22SG") + name="v22sg" + ;; + *"WRTNODE") + name="wrtnode" + ;; + *"Wansview NCS601W") + name="ncs601w" + ;; + *"Sercomm NA930") + name="na930" + ;; + *"Zbtlink ZBT-WA05") + name="zbt-wa05" + ;; + *"ZBT WR8305RT") + name="wr8305rt" + ;; + *"Lenovo Y1") + name="y1" + ;; + *"Lenovo Y1S") + name="y1s" + ;; *) name="generic" ;;