aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/Config.in
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-08 14:21:32 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-08 14:21:32 +0000
commitb9ef0e4fd0a07ac89eeb5da5137970ef30cf5f6d (patch)
treea32dbecd989cd9b5d3fd7dfa3c056bfe903d37f7 /package/libpcap/Config.in
parentce81c03f0e47881ef957885f9e9eeb0b2d19ed1e (diff)
downloadmaster-187ad058-b9ef0e4fd0a07ac89eeb5da5137970ef30cf5f6d.tar.gz
master-187ad058-b9ef0e4fd0a07ac89eeb5da5137970ef30cf5f6d.tar.bz2
master-187ad058-b9ef0e4fd0a07ac89eeb5da5137970ef30cf5f6d.zip
fix missing parts of r19997.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20057 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/Config.in')
-rw-r--r--package/libpcap/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libpcap/Config.in b/package/libpcap/Config.in
new file mode 100644
index 0000000000..1b9463e6aa
--- /dev/null
+++ b/package/libpcap/Config.in
@@ -0,0 +1,12 @@
+config PCAP_HAS_USB
+ bool "Include USB support"
+ depends PACKAGE_libpcap
+ depends PACKAGE_kmod-usb-core
+ default n
+
+config PCAP_HAS_BT
+ bool "Include bluetooth support"
+ depends PACKAGE_libpcap
+ depends PACKAGE_kmod-bluetooth
+ depends BROKEN
+ default n