1 comment "xtables-addons needs a Linux kernel to be built"
2 depends on !BR2_LINUX_KERNEL
4 comment "xtables-addons needs a toolchain w/ dynamic library, threads"
5 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
7 config BR2_PACKAGE_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
15 Xtables-addons is the successor to patch-o-matic(-ng).
16 Likewise, it contains extensions that were not, or are not yet,
17 accepted in the main kernel/iptables packages.
19 http://xtables-addons.sourceforge.net/