projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0709f6e
)
procd: remove duplicate confguration menu
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 13 Aug 2020 13:04:30 +0000
(14:04 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Thu, 13 Aug 2020 13:07:18 +0000
(14:07 +0100)
Fixes: 962e73c1a4 ("procd: add selinux variant")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/system/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/procd/Makefile
b/package/system/procd/Makefile
index e3f538e066b97f51644d23368a6cb1beb9f95093..b0c035545e34c92da40339d591f0165cdc4dd696 100644
(file)
--- 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