lantiq: Add Support for Fritz!Box 7360 SL
[openwrt/staging/florian.git] / target / linux / lantiq / base-files / etc / board.d / 02_network
index 8ed525915d341e75c8b3c254c555ffc8420037e4..431cc9a2cc61a5b12a3af55d69930c13cf133374 100755 (executable)
@@ -62,11 +62,25 @@ VG3503J)
        ucidef_set_interface_lan 'eth0'
        ;;
 
+ARV4518PWR01*)
+        ucidef_set_interface_lan 'eth0'
+        ;;
+
 DGN3500*)
+       eth0_mac=$(mtd_get_mac_ascii uboot-env ethaddr)
+       nas0_mac=$(macaddr_add "$eth0_mac" 1)
+       ifconfig eth0 hw ether "$eth0_mac"
+       ifconfig wlan0 hw ether "$eth0_mac"
+       esi $(echo "$nas0_mac" | tr -d :)
        ucidef_add_switch "switch0" \
                "3:lan:1" "2:lan:2" "1:lan:3" "0:lan:4" "5t@eth0"
        ;;
 
+FRITZ7360SL)
+       ucidef_add_switch "switch0" \
+               "4:lan:1" "2:lan:2" "0:lan:3" "1:lan:4" "6t@eth0"
+       ;;
+
 GR7000)
        ucidef_set_interface_wan "eth0"
        ;;
@@ -126,7 +140,8 @@ BTHOMEHUBV5A)
 VGV7519)
        lan_mac=$(mtd_get_mac_binary board_config 22)
        wan_mac=$(macaddr_add "$lan_mac" 1)
-       ucidef_set_interface_lan 'eth0'
+       ucidef_add_switch "switch0" \
+               "4:lan:1" "2:lan:2" "1:lan:3" "0:lan:4" "6t@eth0"
        ;;
 
 VGV7510KW22)
@@ -135,6 +150,16 @@ VGV7510KW22)
        ucidef_add_switch "switch0" \
                "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "6t@eth0"
        ;;
+*)
+       ucidef_set_interface_lan 'eth0'
+       ;;
+
+WBMR300)
+       lan_mac=$(mtd_get_mac_ascii ubootconfig ethaddr)
+       wan_mac="$lan_mac"
+       ucidef_add_switch "switch0" \
+               "2:lan:1" "3:lan:2" "5:lan:3" "4:wan:1" "6t@eth0"
+       ;;
 
 esac
 
@@ -144,7 +169,7 @@ fi
 
 if grep -qE "system type.*: (VR9|xRX200)" /proc/cpuinfo; then
        interface_wan="ptm0"
-       ucidef_add_vdsl_modem "$annex" "/lib/firmware/vdsl.bin" "av" "ptm"
+       ucidef_add_vdsl_modem "$annex" "av" "ptm"
 else
        interface_wan="nas0"
        ucidef_add_adsl_modem "$annex" "/lib/firmware/adsl.bin"