diff options
author | John Crispin <john@openwrt.org> | 2015-07-07 13:47:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-07 13:47:23 +0000 |
commit | 3787c32183570e9fa77284ba1ae62fc84e2f83fe (patch) | |
tree | 9d52e5033851dbaf0da5411e5d88bb85bb254f4d /package/base-files/Makefile | |
parent | 0e2d9769be9b0b04bee0706f8f7cd493f01d3cee (diff) | |
download | upstream-3787c32183570e9fa77284ba1ae62fc84e2f83fe.tar.gz upstream-3787c32183570e9fa77284ba1ae62fc84e2f83fe.tar.bz2 upstream-3787c32183570e9fa77284ba1ae62fc84e2f83fe.zip |
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
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 0bba313702..a5f15fa4e5 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -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 |