diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-05 05:33:23 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-05 05:33:23 +0000 |
commit | 412b70da5ee4d4c9a90f1d1eb4ac61e3ca904732 (patch) | |
tree | 96dfeaeb7a384a71df030c2b0e2e84a24eec55bc | |
parent | a7ad6546eafca05ef80e50a7c1477c53f83a5c23 (diff) |
add ifup -a to boot(), closes #4543 #2781
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | package/base-files/files/etc/init.d/network | 1 |
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 e77db0251..b63ed0b85 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 } |