mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-29 13:04:27 -04:00 
			
		
		
		
	This is needed to use the nflog interface with tcpdump Signed-off-by: Martin Schiller <mschiller@tdt.de>
		
			
				
	
	
		
			18 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Configuration"
 | |
| 	depends on PACKAGE_libpcap
 | |
| 
 | |
| config PCAP_HAS_USB
 | |
| 	bool "Include USB support"
 | |
| 	default n
 | |
| 
 | |
| config PCAP_HAS_BT
 | |
| 	bool "Include bluetooth support"
 | |
| 	depends on BROKEN
 | |
| 	default n
 | |
| 
 | |
| config PCAP_HAS_NETFILTER
 | |
| 	bool "Include netfilter support"
 | |
| 	default n
 | |
| 
 | |
| endmenu
 |