Config.in 627 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_EBTABLES
  2. bool "ebtables"
  3. depends on BR2_USE_MMU # fork()
  4. # https://lore.kernel.org/all/20210518181730.13436-1-patrickdepinguin@gmail.com/
  5. depends on !BR2_KERNEL_64_USERLAND_32
  6. help
  7. Ethernet bridge frame table administration
  8. http://ebtables.netfilter.org/
  9. if BR2_PACKAGE_EBTABLES
  10. config BR2_PACKAGE_EBTABLES_UTILS_SAVE
  11. bool "ebtables save"
  12. select BR2_PACKAGE_BASH # runtime
  13. select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
  14. help
  15. Install the ebtables-legacy-save tool
  16. config BR2_PACKAGE_EBTABLES_UTILS_RESTORE
  17. bool "ebtables restore"
  18. help
  19. Install the ebtables-legacy-restore tool
  20. endif