Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 7 years ago
parent
commit
2360f361f5
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      net/keepalived/Makefile

+ 0
- 4
net/keepalived/Makefile View File

@ -41,14 +41,10 @@ define Package/keepalived/conffiles
endef endef
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \
--enable-vrrp \
--enable-fwmark \
--enable-sha1 \ --enable-sha1 \
--disable-lvs \ --disable-lvs \
--disable-lvs-syncd \ --disable-lvs-syncd \
--disable-snmp \ --disable-snmp \
--disable-debug \
--disable-profile \
--with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)" --with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)"
MAKE_FLAGS += \ MAKE_FLAGS += \


Loading…
Cancel
Save