Config.in 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. config ADK_COMPILE_IPTABLES
  2. bool
  3. default n
  4. depends on ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES
  5. config ADK_PACKAGE_IPTABLES
  6. prompt "iptables.......................... IPv4 firewall administration tool"
  7. tristate
  8. default n
  9. select ADK_COMPILE_IPTABLES
  10. select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
  11. select ADK_KPACKAGE_KMOD_NF_CONNTRACK
  12. select ADK_KPACKAGE_KMOD_IP_NF_FILTER
  13. select ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
  14. select ADK_KPACKAGE_KMOD_NF_NAT
  15. select ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
  16. select ADK_KPACKAGE_KMOD_NF_CONNTRACK_IPV4
  17. help
  18. IPv4 firewall, NAT, and packet mangling tools.
  19. Automatically selects needed kernel modules for NAT and filtering.
  20. http://www.iptables.org/
  21. config ADK_PACKAGE_IPTABLES_UTILS
  22. prompt "iptables-utils.................. Save and restore utilities"
  23. tristate
  24. default n
  25. depends on ADK_PACKAGE_IPTABLES
  26. help
  27. iptables-save and iptables-restore for Iptables (IPv4)
  28. http://www.iptables.org/
  29. config ADK_PACKAGE_IP6TABLES
  30. prompt "ip6tables......................... IPv6 firewall administration tool"
  31. tristate
  32. default n
  33. select ADK_COMPILE_IPTABLES
  34. help
  35. IPv6 firewall, NAT, and packet mangling tools.
  36. http://www.iptables.org/