summaryrefslogtreecommitdiffstats
path: root/package/libnet/Config.in
blob: 433e9fbc761c576478fd55aad493e5b6992b5529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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