bcm53xx: revert SPI controller commit breaking flash reads
[openwrt/openwrt.git] / target / linux / brcm47xx / base-files / etc / board.d / 01_detect
index 04d13950a78ea4df5be75a8d63137fa54986e60b..237314544b383e2131c340a1082c97e64d66a37b 100755 (executable)
@@ -139,15 +139,14 @@ detect_by_model() {
                ;;
 
        "Asus WL500G" | \
-       "Asus WL500W" | \
        "Microsoft MN-700")
                ucidef_set_interfaces_lan_wan "eth0" "eth1"
                ;;
 
        "Asus RT-N12"* | \
-       "Asus RT-N16"* | \
        "Asus WL500GP V2" | \
        "Buffalo WHR-G125" | \
+       "D-Link DIR-330" | \
        "Motorola WR850G" | \
        "Siemens SE505 V2")
                ucidef_add_switch "switch0" \
@@ -159,12 +158,14 @@ detect_by_model() {
                        "0:wan" "1:lan" "2:lan" "3:lan" "4:lan" "5@eth0"
                ;;
 
+       "Asus WL500W" | \
        "Dell TrueMobile 2300")
                ucidef_set_interface_wan "eth1"
                ucidef_add_switch "switch0" \
                        "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
                ;;
 
+       "Asus RT-N16"* | \
        "Linksys E3000 V1")
                ucidef_add_switch "switch0" \
                        "0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0"