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