base-files: enable force_link for lan by default
authorFelix Fietkau <nbd@openwrt.org>
Fri, 16 May 2014 19:36:22 +0000 (19:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 16 May 2014 19:36:22 +0000 (19:36 +0000)
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

package/base-files/files/lib/functions/uci-defaults.sh

index da2093bbb7bf44b687d513b577f16f56980b690e..f144adefb4d8b70f47fd6a770667b70c12a2ac02 100644 (file)
@@ -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'