package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / xtables-addons / Config.in
blob45385196094dc0ec502e73730c5fb80b8fbdf3dd
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
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 yet,
17           accepted in the main kernel/iptables packages.
19           http://xtables-addons.sourceforge.net/