net/keepalived: update CONFIGURE_ARGS
Remove unused and unrecognized (outdated) configure options in Makefile. --enable-vrrp --enable-fwmark --disable-debug --disable-profile Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
b5104b0f62
commit
2360f361f5
1 changed files with 0 additions and 4 deletions
|
@ -41,14 +41,10 @@ define Package/keepalived/conffiles
|
|||
endef
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--enable-vrrp \
|
||||
--enable-fwmark \
|
||||
--enable-sha1 \
|
||||
--disable-lvs \
|
||||
--disable-lvs-syncd \
|
||||
--disable-snmp \
|
||||
--disable-debug \
|
||||
--disable-profile \
|
||||
--with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)"
|
||||
|
||||
MAKE_FLAGS += \
|
||||
|
|
Loading…
Reference in a new issue