From: thepeople Date: Sat, 5 Sep 2009 05:33:23 +0000 (+0000) Subject: add ifup -a to boot(), closes #4543 #2781 X-Git-Tag: fast2504n-3.10.28-merged~14666 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=412b70da5ee4d4c9a90f1d1eb4ac61e3ca904732;hp=a7ad6546eafca05ef80e50a7c1477c53f83a5c23;p=openwrt.git add ifup -a to boot(), closes #4543 #2781 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network index e77db02517..b63ed0b850 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 }