X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=1298ebda932806b49faaa838696b2487df4c9f9d;hb=e9c4d3d1f2dd990ebd9474ceda1c77b45678c6bd;hp=b3c54e82dbdf4d8af95735cff527dd40c03ea8f3;hpb=b3fdd931d1b0a992f8977cb7c86c1f9eb10872a7;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 b3c54e82db..1298ebda93 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -50,9 +50,15 @@ ramips_board_name() { *"Allnet ALL0256N") name="all0256n" ;; + *"ARC FreeStation5") + name="freestation5" + ;; *"Argus ATP-52B") name="argus-atp52b" ;; + *"Asus WL-330N") + name="wl-330n" + ;; *"Aztech HW550-3G") name="hw550-3g" ;; @@ -98,9 +104,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" ;; @@ -119,6 +134,9 @@ ramips_board_name() { *"Sitecom WL-351 v1 002") name="wl-351" ;; + *"Ralink V11ST-FE") + name="v11st-fe" + ;; *"WLI-TX4-AG300N") name="wli-tx4-ag300n" ;; @@ -128,6 +146,12 @@ ramips_board_name() { *"WR512-3GN-like router") name="wr512-3gn" ;; + *"AWB WR6202") + name="wr6202" + ;; + *"XDX RN502J") + name="xdxrn502j" + ;; *) name="generic" ;;