X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=c5f216f780660f5443e494ebbe1bfda8d0f322f4;hp=6638b0a00103d3875cc73bd451b88b75c4c0569e;hb=4bedb1ac08477917ee4a157be9d35023fb05a238;hpb=e7da5b33d077d1d1aab7606ddd3e44bbab7ab25b;ds=sidebyside diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 6638b0a001..c5f216f780 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 @@ -33,6 +19,9 @@ ramips_board_detect() { *"Edimax 3g-6200n") name="3g-6200n" ;; + *"Edimax 3g-6200nl") + name="3g-6200nl" + ;; *"AirLive Air3GII") name="air3gii" ;; @@ -45,9 +34,12 @@ ramips_board_detect() { *"Allnet ALL0256N") name="all0256n" ;; - *"Allnet ALL5002/ALL5003") + *"Allnet ALL5002") name="all5002" ;; + *"Allnet ALL5003") + name="all5003" + ;; *"ARC FreeStation5") name="freestation5" ;; @@ -63,6 +55,9 @@ ramips_board_detect() { *"Asus WL-330N3G") name="wl-330n3g" ;; + *"Alpha ASL26555") + name="asl26555" + ;; *"Aztech HW550-3G") name="hw550-3g" ;; @@ -78,6 +73,9 @@ ramips_board_detect() { *"DIR-620 A1") name="dir-620-a1" ;; + *"DIR-620 D1") + name="dir-620-d1" + ;; *"DIR-615 H1") name="dir-615-h1" ;; @@ -93,6 +91,9 @@ ramips_board_detect() { *"ESR-9753") name="esr-9753" ;; + *"F7C027") + name="f7c027" + ;; *"F5D8235 v1") name="f5d8235-v1" ;; @@ -102,6 +103,9 @@ ramips_board_detect() { *"Hauppauge Broadway") name="broadway" ;; + *"Huawei D105") + name="d105" + ;; *"La Fonera 2.0N") name="fonera20n" ;; @@ -111,9 +115,15 @@ ramips_board_detect() { *"MoFi Network MOFI3500-3GN") name="mofi3500-3gn" ;; + *"HAME MPR-A2") + name="mpr-a2" + ;; *"NBG-419N") name="nbg-419n" ;; + *"Netgear WNCE2001") + name="wnce2001" + ;; *"NexAira BC2") name="bc2" ;; @@ -174,6 +184,9 @@ ramips_board_detect() { *"Tenda W306R V2.0") name="w306r-v20" ;; + *"Tenda W150M") + name="w150m" + ;; *"TEW-691GR") name="tew-691gr" ;; @@ -194,7 +207,7 @@ ramips_board_detect() { ;; *"UR-326N4G Wireless N router") name="ur-326n4g" - ;; + ;; *"UR-336UN Wireless N router") name="ur-336un" ;; @@ -209,12 +222,6 @@ ramips_board_detect() { ;; 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"