armsr: rename from armvirt
[openwrt/openwrt.git] / target / linux / armvirt / base-files / etc / board.d / 02_network
diff --git a/target/linux/armvirt/base-files/etc/board.d/02_network b/target/linux/armvirt/base-files/etc/board.d/02_network
deleted file mode 100644 (file)
index f58de1c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-. /lib/functions/system.sh
-. /lib/functions/uci-defaults.sh
-
-board_config_update
-
-case "$(board_name)" in
-       traverse,ten64)
-               ucidef_set_interface_lan "eth0 eth1 eth2 eth3"
-               ucidef_set_interface_wan "eth6"
-               ;;
-esac
-
-board_config_flush
-
-exit 0