X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/18e309aa929423cace2216c5bcfa18fe4b15d7c2..db684723c4cf2a2f7316f4c3bbeace9b0f2e3a17:/openwrt/package/base-files/default/sbin/ifup diff --git a/openwrt/package/base-files/default/sbin/ifup b/openwrt/package/base-files/default/sbin/ifup index 5dac3f998..c46fff65c 100755 --- a/openwrt/package/base-files/default/sbin/ifup +++ b/openwrt/package/base-files/default/sbin/ifup @@ -1,6 +1,9 @@ #!/bin/ash [ $# = 0 ] && { echo " $0 "; exit; } . /etc/functions.sh +. /etc/network.overrides +[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network + type=$1 debug "### ifup $type ###"