Loading package/ipsec-tools/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ config BR2_PACKAGE_IPSEC_TOOLS_FRAG Enable IKE fragmentation, which is a workaround for broken routers that drop fragmented packets config BR2_PACKAGE_IPSEC_TOOLS_DPD bool "Enable DPD (Dead Peer Detection)" help Enable dead peer detection support config BR2_PACKAGE_IPSEC_TOOLS_STATS default y bool "Enable statistics logging function." Loading package/ipsec-tools/ipsec-tools.mk +6 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,12 @@ else IPSEC_TOOLS_CONF_OPT+= --disable-frag endif ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_DPD), y) IPSEC_TOOLS_CONF_OPT+= --enable-dpd else IPSEC_TOOLS_CONF_OPT+= --disable-dpd endif ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_STATS), y) IPSEC_TOOLS_CONF_OPT+= --enable-stats else Loading Loading
package/ipsec-tools/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ config BR2_PACKAGE_IPSEC_TOOLS_FRAG Enable IKE fragmentation, which is a workaround for broken routers that drop fragmented packets config BR2_PACKAGE_IPSEC_TOOLS_DPD bool "Enable DPD (Dead Peer Detection)" help Enable dead peer detection support config BR2_PACKAGE_IPSEC_TOOLS_STATS default y bool "Enable statistics logging function." Loading
package/ipsec-tools/ipsec-tools.mk +6 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,12 @@ else IPSEC_TOOLS_CONF_OPT+= --disable-frag endif ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_DPD), y) IPSEC_TOOLS_CONF_OPT+= --enable-dpd else IPSEC_TOOLS_CONF_OPT+= --disable-dpd endif ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_STATS), y) IPSEC_TOOLS_CONF_OPT+= --enable-stats else Loading