Config.in 712 B

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