sysctl: read settings from /etc/sysctl.d/*.conf

This changes makes it possible to store custom settings
in individual files inside the directory /etc/sysctl.d/.

Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>

SVN-Revision: 46239
This commit is contained in:
John Crispin
2015-07-07 13:47:23 +00:00
parent c934cb2595
commit 625455fadf
4 changed files with 12 additions and 4 deletions
package/base-files
Makefile
files/etc
hotplug.d/net
init.d
sysctl.d

@ -55,6 +55,8 @@ define Package/base-files/conffiles
/etc/config/
/etc/dropbear/
/etc/crontabs/
/etc/sysctl.d/local.conf
/etc/sysctl.d/
$(call $(TARGET)/conffiles)
endef