mpc85xx: add support for Enterasys WS-AP3715i
[openwrt/staging/nbd.git] / target / linux / mpc85xx / base-files / lib / preinit / 10_fix_eth_mac.sh
index 0d9058420b73ceb060be153d888118d9d25cba15..ddb9bef1416ae4eef8b50f1a8bce46231ff562fb 100644 (file)
@@ -3,6 +3,7 @@
 
 preinit_set_mac_address() {
        case $(board_name) in
+       enterasys,ws-ap3715i|\
        extreme-networks,ws-ap3825i)
                ip link set dev eth0 address $(mtd_get_mac_ascii cfg1 ethaddr)
                ip link set dev eth1 address $(mtd_get_mac_ascii cfg1 eth1addr)