apm821xx: add support for the Western Digital MyBook Live Series
[openwrt/openwrt.git] / target / linux / apm821xx / base-files / etc / board.d / 02_network
index 7dbabec11d2a5bbb32246720397f2eb0bf1075bd..9525d8c5f21c5b0626d37816bd676483bb86d20d 100755 (executable)
@@ -9,6 +9,10 @@ board_config_update
 board=$(apm821xx_board_name)
 
 case "$board" in
+mbl | \
+mr24)
+       ucidef_set_interface_lan "eth0"
+       ;;
 *)
        ucidef_set_interfaces_lan_wan "eth0" "eth1"
        ;;