xref: /OK3568_Linux_fs/buildroot/package/ebtables/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_EBTABLES
2	bool "ebtables"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Ethernet bridge frame table administration
6
7	  http://ebtables.netfilter.org/
8
9if BR2_PACKAGE_EBTABLES
10
11config BR2_PACKAGE_EBTABLES_UTILS_SAVE
12	bool "ebtables save"
13	select BR2_PACKAGE_BASH # runtime
14	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
15	help
16	  Install the ebtables-legacy-save tool
17
18config BR2_PACKAGE_EBTABLES_UTILS_RESTORE
19	bool "ebtables restore"
20	help
21	  Install the ebtables-legacy-restore tool
22
23endif
24