archs38: add HSDK board to network configure scripts
[openwrt/staging/nbd.git] / target / linux / archs38 / base-files / etc / board.d / 02_network
index d8bdd50677c4f6a4e816994ba8502ee3ef435d26..60a26023160c4c8d504be32f45fb683c650930a6 100755 (executable)
@@ -8,7 +8,7 @@
 board_config_update
 
 case "$(board_name)" in
-"arc-sdp"*)
+"arc-sdp"*|"arc-hsdk"*)
        ucidef_set_interface_lan "eth0" "dhcp"
        ;;
 esac