aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-07 13:47:23 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-07 13:47:23 +0000
commit465a0d3899414cb9f9572b2573635d48baf18d7a (patch)
treee0206b9780a7b6a3eeff17bf2d8e068c7c673c36 /package/base-files/Makefile
parentda93e16c643d08f70acee32d2b86054d343951cb (diff)
downloadmaster-187ad058-465a0d3899414cb9f9572b2573635d48baf18d7a.tar.gz
master-187ad058-465a0d3899414cb9f9572b2573635d48baf18d7a.tar.bz2
master-187ad058-465a0d3899414cb9f9572b2573635d48baf18d7a.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
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