ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can...
[openwrt-10.03/.git] / package / libpcap / Config.in
index 0b3f441d89e903ab6e58db2df655ac0d75b6df17..ef32c1bc0878d043117169f892f0fe875edd028d 100644 (file)
@@ -1,7 +1,15 @@
-config BR2_PACKAGE_LIBPCAP
-       tristate "libpcap - Low-level packet capture library"
-       default m if CONFIG_DEVEL
-       help
-         A system-independent library for user-level network packet capture.
+menu "Configuration"
+       depends PACKAGE_libpcap
 
-         http://www.tcpdump.org/
+config PCAP_HAS_USB
+       bool "Include USB support"
+       depends PACKAGE_kmod-usb-core
+       default n
+
+config PCAP_HAS_BT
+       bool "Include bluetooth support"
+       depends PACKAGE_kmod-bluetooth
+       depends BROKEN
+       default n
+
+endmenu