diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-20 10:29:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:18:19 +0200 |
commit | 6e0bd490140fcdbf577cf35671bf68f537d19ecc (patch) | |
tree | ba7e1ccf076bebf47e5da551f9a5868a96994b73 /package/base-files/Makefile | |
parent | 97e52258d73abe2d9cd83ccf653a996e141b9046 (diff) | |
download | upstream-6e0bd490140fcdbf577cf35671bf68f537d19ecc.tar.gz upstream-6e0bd490140fcdbf577cf35671bf68f537d19ecc.tar.bz2 upstream-6e0bd490140fcdbf577cf35671bf68f537d19ecc.zip |
base-files: apply new sysctl.conf at postinst
This is mainly for kmod-br-netfilter. To turn off
bridge-netfilter-call-xxx immediately after installation
While at it
- Define filelist="/usr/lib/opkg/info/${pkgname}.list"
- Reuse "[ -z "$root" ]"
- Grep with "-m1"
Fixes FS#2300
Reported-by: Marco Sartorius <tidbits@ormoorgmen.info>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 3dc4f59eabaed5135cd4eed8d1846248d5f1b37c)
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 91d677acb3..a6dee5aa5a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=198 +PKG_RELEASE:=199 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |