base-files: move sysctl init after boot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36131 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2013-03-26 10:02:58 +00:00
parent d1f931a2b8
commit 0499e77822
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=00
START=11
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}