aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-03 23:07:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-03 23:07:46 +0000
commit60dbff6a5fc78d1f13ebcf8c2e96d7de2274e24d (patch)
tree0e35299ca9da105082260346206e11f10d6d8c29 /target/linux/malta/base-files/etc/uci-defaults
parent81f1ccbf967a211449b0726ff476f079e3df1bcb (diff)
downloadupstream-60dbff6a5fc78d1f13ebcf8c2e96d7de2274e24d.tar.gz
upstream-60dbff6a5fc78d1f13ebcf8c2e96d7de2274e24d.tar.bz2
upstream-60dbff6a5fc78d1f13ebcf8c2e96d7de2274e24d.zip
malta: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47741
Diffstat (limited to 'target/linux/malta/base-files/etc/uci-defaults')
-rw-r--r--target/linux/malta/base-files/etc/uci-defaults/02-network9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/malta/base-files/etc/uci-defaults/02-network b/target/linux/malta/base-files/etc/uci-defaults/02-network
deleted file mode 100644
index 7b3e22540e..0000000000
--- a/target/linux/malta/base-files/etc/uci-defaults/02-network
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-. /lib/functions/uci-defaults.sh
-
-ucidef_set_interface_loopback
-ucidef_set_interface_wan "eth0"
-if [ -d "/sys/class/net/eth1" ]; then
- ucidef_set_interface_lan "eth1"
-fi