xref: /OK3568_Linux_fs/buildroot/package/xtables-addons/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "xtables-addons needs a Linux kernel to be built"
2*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL
3*4882a593Smuzhiyun
4*4882a593Smuzhiyuncomment "xtables-addons needs a toolchain w/ dynamic library, threads"
5*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunconfig BR2_PACKAGE_XTABLES_ADDONS
8*4882a593Smuzhiyun	bool "xtables-addons"
9*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL
10*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
11*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # extensions are .so
12*4882a593Smuzhiyun	select BR2_PACKAGE_IPTABLES
13*4882a593Smuzhiyun	select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  Xtables-addons is the successor to patch-o-matic(-ng).
16*4882a593Smuzhiyun	  Likewise, it contains extensions that were not, or are not
17*4882a593Smuzhiyun	  yet, accepted in the main kernel/iptables packages.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  https://inai.de/projects/xtables-addons/
20