move library packages to package/libs/
[openwrt/svn-archive/archive.git] / package / libpcap / Config.in
diff --git a/package/libpcap/Config.in b/package/libpcap/Config.in
deleted file mode 100644 (file)
index ef32c1b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-menu "Configuration"
-       depends PACKAGE_libpcap
-
-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