mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-07 05:51:56 +02:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
config BR2_PACKAGE_LIBNET
|
|
select BR2_PACKAGE_LIBPCAP
|
|
tristate "libnet"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
A low-level packet creation library.
|
|
|
|
http://www.packetfactory.net/libnet/
|
|
|
|
Depends: libpcap
|
|
|
|
|