lantiq: add default lan setup to board.d script
[openwrt/staging/mkresin.git] / target / linux / lantiq / base-files / etc / board.d / 02_network
index 4166df0d8e80d6de7552c344015aad08984d1f8b..864ab2730b72355709c602ba4476a776b7b7e629 100755 (executable)
@@ -67,6 +67,11 @@ ARV4518PWR01*)
         ;;
 
 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"
        ;;
@@ -130,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)
@@ -139,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