lantiq: add default lan setup to board.d script
[openwrt/staging/mkresin.git] / target / linux / lantiq / base-files / etc / board.d / 02_network
index 8ed525915d341e75c8b3c254c555ffc8420037e4..864ab2730b72355709c602ba4476a776b7b7e629 100755 (executable)
@@ -62,7 +62,16 @@ 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"
        ;;
@@ -126,7 +135,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 +145,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 +164,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"