X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=c20b80c282fdf1f86e9b3c641c5d919ddb7d2777;hp=dca2d1d91b55b641619a91f9037ebb015d879693;hb=3626444c6d4f6de3905a218061b16421870d580a;hpb=9cf1d4e06e836d0a6270bb70f6aee5ba5c607f18 diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index dca2d1d91b..c20b80c282 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -47,9 +47,21 @@ ramips_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *"Allnet ALL0256N") + name="all0256n" + ;; + *"ARC FreeStation5") + name="freestation5" + ;; *"Argus ATP-52B") name="argus-atp52b" ;; + *"Asus WL-330N") + name="wl-330n" + ;; + *"Asus WL-330N3G") + name="wl-330n3g" + ;; *"Aztech HW550-3G") name="hw550-3g" ;; @@ -95,9 +107,18 @@ ramips_board_name() { *"RT-G32 B1") name="rt-g32-b1" ;; + *"RT-N10+") + name="rt-n10-plus" + ;; *"RT-N15") name="rt-n15" ;; + *"RT-N56U") + name="rt-n56u" + ;; + *"Skyline SL-R7205"*) + name="sl-r7205" + ;; *"Sparklan WCR-150GN") name="wcr-150gn" ;; @@ -110,9 +131,18 @@ ramips_board_name() { *"WHR-G300N") name="whr-g300n" ;; + *"Sitecom WL-341 v3") + name="wl341v3" + ;; *"Sitecom WL-351 v1 002") name="wl-351" ;; + *"Tenda W306R V2.0") + name="w306r-v20" + ;; + *"Ralink V11ST-FE") + name="v11st-fe" + ;; *"WLI-TX4-AG300N") name="wli-tx4-ag300n" ;; @@ -122,6 +152,12 @@ ramips_board_name() { *"WR512-3GN-like router") name="wr512-3gn" ;; + *"AWB WR6202") + name="wr6202" + ;; + *"XDX RN502J") + name="xdxrn502j" + ;; *) name="generic" ;;