openwrtv3/openwrt/package/libnet/Config.in

13 lines
219 B
Text
Raw Normal View History

2005-03-30 23:18:13 +00:00
config BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
tristate "libnet"
default m if CONFIG_DEVEL
2005-03-30 23:18:13 +00:00
help
A low-level packet creation library.
http://www.packetfactory.net/libnet/
Depends: libpcap
2005-03-30 23:18:13 +00:00