Config.in 506 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_EBTABLES
  2. bool "ebtables"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. Ethernet bridge frame table administration
  6. http://ebtables.netfilter.org/
  7. if BR2_PACKAGE_EBTABLES
  8. config BR2_PACKAGE_EBTABLES_UTILS_SAVE
  9. bool "ebtables save"
  10. select BR2_PACKAGE_BASH # runtime
  11. select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
  12. help
  13. Install the ebtables-legacy-save tool
  14. config BR2_PACKAGE_EBTABLES_UTILS_RESTORE
  15. bool "ebtables restore"
  16. help
  17. Install the ebtables-legacy-restore tool
  18. endif