summaryrefslogtreecommitdiffstats
path: root/package/libnet/Config.in
blob: ffa6f08f334934cbff561935bd19c88fcbea3cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_LIBNET
	tristate "libnet - Low-level packet creation library"
	default m if CONFIG_DEVEL
	select BR2_PACKAGE_LIBPCAP
	help
	  A low-level packet creation library.
	  
	  http://www.packetfactory.net/libnet/
	  
	  Depends: libpcap