a68761810bd39c4a0b34a95eb4fdcd9adcd853df
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xtables-addons / Config.in
1 comment "xtables-addons needs a Linux kernel to be built"
2         depends on !BR2_LINUX_KERNEL
3
4 comment "xtables-addons needs a toolchain w/ dynamic library, threads"
5         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
6
7 config 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         help
14           Xtables-addons is the successor to patch-o-matic(-ng).
15           Likewise, it contains extensions that were not, or are not yet,
16           accepted in the main kernel/iptables packages.
17
18           http://xtables-addons.sourceforge.net/