ramips: introduce DTS for ALL5003
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 6638b0a00103d3875cc73bd451b88b75c4c0569e..99bdbdd80e754700cadba76a0261138146bbcc2e 100755 (executable)
@@ -33,6 +33,9 @@ ramips_board_detect() {
        *"Edimax 3g-6200n")
                name="3g-6200n"
                ;;
+       *"Edimax 3g-6200nl")
+               name="3g-6200nl"
+               ;;
        *"AirLive Air3GII")
                name="air3gii"
                ;;
@@ -45,9 +48,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 +69,9 @@ ramips_board_detect() {
        *"Asus WL-330N3G")
                name="wl-330n3g"
                ;;
+       *"Alpha ASL26555")
+               name="asl26555"
+               ;;
        *"Aztech HW550-3G")
                name="hw550-3g"
                ;;
@@ -78,6 +87,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"
                ;;
@@ -102,6 +114,9 @@ ramips_board_detect() {
        *"Hauppauge Broadway")
                name="broadway"
                ;;
+       *"Huawei D105")
+               name="d105"
+               ;;
        *"La Fonera 2.0N")
                name="fonera20n"
                ;;
@@ -114,6 +129,9 @@ ramips_board_detect() {
        *"NBG-419N")
                name="nbg-419n"
                ;;
+       *"Netgear WNCE2001")
+               name="wnce2001"
+               ;;
        *"NexAira BC2")
                name="bc2"
                ;;
@@ -174,6 +192,9 @@ ramips_board_detect() {
        *"Tenda W306R V2.0")
                name="w306r-v20"
                ;;
+       *"Tenda W150M")
+               name="w150m"
+               ;;
        *"TEW-691GR")
                name="tew-691gr"
                ;;
@@ -194,7 +215,7 @@ ramips_board_detect() {
                ;;
        *"UR-326N4G Wireless N router")
                name="ur-326n4g"
-               ;;
+               ;;
        *"UR-336UN Wireless N router")
                name="ur-336un"
                ;;
@@ -210,7 +231,7 @@ ramips_board_detect() {
        esac
 
        case "$machine" in
-       *"Allnet ALL5002/ALL5003")
+       *"Allnet ALL500"[23]*)
                all500x_board_detect
                ;;
        esac