X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=d081b8be67ec6968a169a3efc3155d3f6120c4f3;hb=437e1844849ab385f5ab4cbaa0dc819bc3fba201;hp=9f9256740b6a5430b3ec318d7e4fa1fd439e0224;hpb=09aec474afe207478ce3025f78b0c1d2571251cc;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 9f9256740b..d081b8be67 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -10,18 +10,48 @@ ramips_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in - *"DIR-300 revB") + *"Aztech HW550-3G") + name="hw550-3g" + ;; + *"DIR-300 B1") name="dir-300-b1" ;; + *"DIR-600 B1") + name="dir-600-b1" + ;; + *"DIR-600 B2") + name="dir-600-b2" + ;; + *"F5D8235 v2") + name="f5d8235-v2" + ;; *"La Fonera 2.0N") name="fonera20n" ;; + *"MoFi Network MOFI3500-3GN") + name="mofi3500-3gn" + ;; + *"PWH2004") + name="pwh2004" + ;; + *"RT-G32 B1") + name="rt-g32-b1" + ;; + *"RT-N15") + name="rt-n15" + ;; + *"WCR-150GN") + name="wcr-150gn" + ;; *"V22RW-2X2") name="v22rw-2x2" ;; *"WHR-G300N") name="whr-g300n" ;; + *"WZR-AGL300NH") + name="wzr-agl300nh" + ;; *) name="generic" ;;