package/base-files: change sysctl handling
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 25 Mar 2013 18:43:30 +0000 (18:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 25 Mar 2013 18:43:30 +0000 (18:43 +0000)
commit08fd7e4663bd3acaef8c1ffc24abd6dbef28414b
tree4d7fab32a4374498605e742d2ac0a51c51769a10
parentd1d59cf7e0ec61784d1e3e0629f10cecc9bd2d30
package/base-files: change sysctl handling
Move /etc/init.d/sysctl to index 00 and add hotplug script that applies
interface specific sysctls for interfaces that only appear later - this
allows to reliably configure per-interface parameters in sysctl.conf, e.g.
to disable ipv6 autoconfig on a specific iface.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36129 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/base-files/Makefile
package/base-files/files/etc/hotplug.d/net/00-sysctl [new file with mode: 0644]
package/base-files/files/etc/init.d/sysctl