summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-16 19:36:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-16 19:36:22 +0000
commitbb240b50b6d113f399dc34c0fb6ee9599aff6b41 (patch)
tree558ef2522c8f8ad0b86027bf672c83dee1049239 /package/base-files
parent479c25641a1370bbb02cbc4fab20c30259aca67f (diff)
downloadmtk-20170518-bb240b50b6d113f399dc34c0fb6ee9599aff6b41.zip
mtk-20170518-bb240b50b6d113f399dc34c0fb6ee9599aff6b41.tar.gz
mtk-20170518-bb240b50b6d113f399dc34c0fb6ee9599aff6b41.tar.bz2
base-files: enable force_link for lan by default
This allows services to bind to it at boot time instead of waiting for a cable to be plugged in Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40773
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/lib/functions/uci-defaults.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/lib/functions/uci-defaults.sh b/package/base-files/files/lib/functions/uci-defaults.sh
index da2093b..f144ade 100644
--- a/package/base-files/files/lib/functions/uci-defaults.sh
+++ b/package/base-files/files/lib/functions/uci-defaults.sh
@@ -172,6 +172,7 @@ ucidef_set_interface_lan() {
uci batch <<EOF
set network.lan='interface'
set network.lan.ifname='$ifname'
+set network.lan.force_link=1
set network.lan.type='bridge'
set network.lan.proto='static'
set network.lan.ipaddr='192.168.1.1'