summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2009-09-05 05:33:23 +0000
committerTravis Kemen <thepeople@openwrt.org>2009-09-05 05:33:23 +0000
commit1776830e6452a5b74cd658d087bb34c930c5907b (patch)
tree1d30751eb2ed6afbf8b60108c77cf18077c42af1 /package/base-files
parent4c47562a3757766c30198300c631a25176c26456 (diff)
downloadmtk-20170518-1776830e6452a5b74cd658d087bb34c930c5907b.zip
mtk-20170518-1776830e6452a5b74cd658d087bb34c930c5907b.tar.gz
mtk-20170518-1776830e6452a5b74cd658d087bb34c930c5907b.tar.bz2
add ifup -a to boot(), closes #4543 #2781
SVN-Revision: 17515
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/network1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network
index e77db02..b63ed0b 100755
--- a/package/base-files/files/etc/init.d/network
+++ b/package/base-files/files/etc/init.d/network
@@ -11,6 +11,7 @@ boot() {
setup_switch
[ -s /etc/config/wireless ] || \
/sbin/wifi detect > /etc/config/wireless
+ ifup -a
/sbin/wifi up
}