ipq806x: base-files: add support for Linksys EA8500
[openwrt/staging/chunkeey.git] / target / linux / ipq806x / base-files / etc / board.d / 02_network
index e3c9137a5a2d6e88e27448ca519227b98ba20bff..67969669f1a53177d4aeff85f8e0fd8818f99b1d 100755 (executable)
@@ -6,6 +6,7 @@
 
 . /lib/functions/uci-defaults.sh
 . /lib/ipq806x.sh
+. /lib/functions/system.sh
 
 board_config_update
 
@@ -24,6 +25,14 @@ db149)
        ucidef_add_switch "switch0" \
                "1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0"
        ;;
+ea8500)
+
+       hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
+       ucidef_add_switch "switch0" \
+               "1:lan" "2:lan" "3:lan" "4:lan" "0t@eth0" "5:wan" "0t@eth0"
+       ucidef_set_interface_macaddr "lan" "$hw_mac_addr"
+       ucidef_set_interface_macaddr "wan" "$hw_mac_addr"
+       ;;
 *)
        echo "Unsupported hardware. Network interfaces not intialized"
        ;;