Peter Korsgaard 2014-11-08 13:22:53 +01:00
parent 80e4060908
commit a8a242179a
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
config BR2_PACKAGE_ARPTABLES
bool "arptables"
# needs fork()
depends on BR2_USE_MMU
depends on BR2_USE_MMU # needs fork()
depends on !BR2_PREFER_STATIC_LIB # needs dlopen()
help
Tool to set up, maintain, and inspect the tables of ARP rules.
http://ebtables.sourceforge.net
comment "arptables needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_PREFER_STATIC_LIB