[openwrt/openwrt] procd: remove duplicate confguration menu
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 13 09:07:48 EDT 2020
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/74dfe25d41b83f51c10f7862184359784b7d7182
commit 74dfe25d41b83f51c10f7862184359784b7d7182
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Aug 13 14:04:30 2020 +0100
procd: remove duplicate confguration menu
Fixes: 962e73c1a4 ("procd: add selinux variant")
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/system/procd/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index e3f538e066..b0c035545e 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -111,8 +111,6 @@ config PROCD_ZRAM_TMPFS
endmenu
endef
-Package/procd-selinux/config = $(Package/procd/config)
-
ifeq ($(BUILD_VARIANT),selinux)
CMAKE_OPTIONS += -DSELINUX=1
endif
More information about the lede-commits
mailing list