OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 menu "Configuration"
2 depends on PACKAGE_libpcap
3  
4 config PCAP_HAS_USB
5 bool "Include USB support"
6 default n
7  
8 config PCAP_HAS_BT
9 bool "Include bluetooth support"
10 depends on BROKEN
11 default n
12  
13 config PCAP_HAS_NETFILTER
14 bool "Include netfilter support"
15 default n
16  
17 endmenu