aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/linux/malta/base-files/etc/board.d/02_network13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/malta/base-files/etc/board.d/02_network b/target/linux/malta/base-files/etc/board.d/02_network
deleted file mode 100644
index 4a711c253e..0000000000
--- a/target/linux/malta/base-files/etc/board.d/02_network
+++ /dev/null
@@ -1,13 +0,0 @@
-
-. /lib/functions/uci-defaults.sh
-
-board_config_update
-
-ucidef_set_interface_wan "eth0"
-if [ -d "/sys/class/net/eth1" ]; then
- ucidef_set_interface_lan "eth1"
-fi
-
-board_config_flush
-
-exit 0