procd: remove duplicate confguration menu

Fixes: 962e73c1a4 ("procd: add selinux variant")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2020-08-13 14:04:30 +01:00
parent 0709f6e798
commit 74dfe25d41
1 changed files with 0 additions and 2 deletions

View File

@ -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