6ade587665
- Update site to retrieve latest version - Remove first, second and third patches (already in version) - Use the new COPYING file as the license file - arptables binary is now named arptables-legacy since http://git.netfilter.org/arptables/commit/?id=28b22d55615447c94c5058e0aacec612ebc27f2a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
config BR2_PACKAGE_ARPTABLES
|
|
bool "arptables-legacy"
|
|
depends on BR2_USE_MMU # needs fork()
|
|
help
|
|
Legacy tool to set up, maintain, and inspect the tables of ARP
|
|
rules.
|
|
|
|
A more uptodate client of the arptables tool is provided in
|
|
the iptables package. The new tool was formerly known as
|
|
arptables-compat.
|
|
|
|
http://git.netfilter.org/arptables
|