7bb6a775b1
efb6ca189641 base-files: /lib/functions.sh: ignore errors in insert_modules b5ba01a0d3f6 fstools: update to latest lede-17.01 branch a9b607740273 kernel: bump kernel 4.4 to 4.4.126 for 17.01 09d95e44fc3d mbedtls: change libmbedcrypto.so soversion back to 0 4673a0bffc89 kernel: mtd: bcm47xxpart: improve handling TRX partition size Also switch to the upstreamed version of "kernel: disable accept_ra by default".
24 lines
829 B
Diff
24 lines
829 B
Diff
From: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
Date: Fri, 13 Apr 2018 14:36:43 +0200
|
|
Subject: base-files: remove /etc/sysctl.d/ from conffiles
|
|
|
|
Let's use /etc/sysctl.d for package-provided snippets and leave
|
|
/etc/sysctl.conf to the admin. Don't backup /etc/sysctl.d on upgrades, so
|
|
old defaults get replaced properly.
|
|
|
|
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
|
|
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
|
|
index f473ef732106eb8fa05e7c5b59df176fef33e42d..32b1ce0923cb984ff32e4444a18eccdad7572d70 100644
|
|
--- a/package/base-files/Makefile
|
|
+++ b/package/base-files/Makefile
|
|
@@ -59,8 +59,6 @@ define Package/base-files/conffiles
|
|
/etc/shadow
|
|
/etc/shells
|
|
/etc/sysctl.conf
|
|
-/etc/sysctl.d/
|
|
-/etc/sysctl.d/local.conf
|
|
/etc/sysupgrade.conf
|
|
$(call $(TARGET)/conffiles)
|
|
endef
|