mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-18 11:04:42 +02:00
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
config BR2_PACKAGE_LIBNET
|
|
select BR2_PACKAGE_LIBPCAP
|
|
tristate "libnet"
|
|
default m
|
|
help
|
|
A low-level packet creation library.
|
|
|
|
http://www.packetfactory.net/libnet/
|
|
|
|
Depends: libpcap
|
|
|
|
|