mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Make ipsec-tools depend on packets, instead of selecting them, depend on flex
This commit is contained in:
parent
5e10204b08
commit
8b78285fde
@ -1,11 +1,13 @@
|
|||||||
config BR2_PACKAGE_IPSEC_TOOLS
|
config BR2_PACKAGE_IPSEC_TOOLS
|
||||||
bool "ipsec-tools"
|
bool "ipsec-tools"
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_OPENSSL
|
depends BR2_PACKAGE_OPENSSL && BR2_PACKAGE_FLEX && BR2_PACKAGE_FLEX_LIBFL
|
||||||
select BR2_PACKAGE_FLEX
|
|
||||||
help
|
help
|
||||||
This package is required to support IPSec for Linux 2.6+
|
This package is required to support IPSec for Linux 2.6+
|
||||||
|
|
||||||
|
comment "ipsec-tools - disabled (requires openssl, flex and the flex library (libfl.a) )"
|
||||||
|
depends on !BR2_PACKAGE_OPENSSL || !BR2_PACKAGE_FLEX
|
||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
|
config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
|
||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_IPSEC_TOOLS
|
depends on BR2_PACKAGE_IPSEC_TOOLS
|
||||||
|
@ -97,7 +97,7 @@ $(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_SETKEY) \
|
|||||||
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOON) \
|
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOON) \
|
||||||
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL): \
|
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL): \
|
||||||
$(IPSEC_TOOLS_DIR)/.configured
|
$(IPSEC_TOOLS_DIR)/.configured
|
||||||
$(MAKE) CC=$(TARGET_CC) -C $(IPSEC_TOOLS_DIR)
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(IPSEC_TOOLS_DIR)
|
||||||
|
|
||||||
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
|
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
|
||||||
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \
|
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \
|
||||||
@ -135,7 +135,7 @@ ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT)), y)
|
|||||||
IPSEC_TOOLS_PROGS+= $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
|
IPSEC_TOOLS_PROGS+= $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ipsec-tools: uclibc openssl $(IPSEC_TOOLS_PROGS)
|
ipsec-tools: uclibc openssl flex $(IPSEC_TOOLS_PROGS)
|
||||||
|
|
||||||
ipsec-tools-source: $(DL_DIR)/$(IPSEC_TOOLS_SOURCE)
|
ipsec-tools-source: $(DL_DIR)/$(IPSEC_TOOLS_SOURCE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user