diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-04-12 14:57:47 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-04-12 14:57:47 +0000 |
commit | 3cdafdf07e9f3e9c351f4c02c5ab873157578306 (patch) | |
tree | c9be798089c1a42ca71ba28c63323f13c392e424 /package/base-files/files/etc | |
parent | c2a748ed6e88f73ecf509bbc3c0e582bf88a43a4 (diff) | |
download | master-187ad058-3cdafdf07e9f3e9c351f4c02c5ab873157578306.tar.gz master-187ad058-3cdafdf07e9f3e9c351f4c02c5ab873157578306.tar.bz2 master-187ad058-3cdafdf07e9f3e9c351f4c02c5ab873157578306.zip |
add missing include in restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10794 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc')
-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 5255651490..6b1f13c2fa 100755 --- a/package/base-files/files/etc/init.d/network +++ b/package/base-files/files/etc/init.d/network @@ -20,6 +20,7 @@ start() { } restart() { + include /lib/network setup_switch ifup -a /sbin/wifi up |