X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Flibpcap%2FConfig.in;h=60b53a76fce1e80e59c7fd3753e6b70238420a20;hb=ee3c73f2904b84eb3b8f3bc27ac1592f24fca03d;hp=ef32c1bc0878d043117169f892f0fe875edd028d;hpb=a17a510a62530af270844247c985073688d4d7cb;p=openwrt-github%2F.git diff --git a/package/libs/libpcap/Config.in b/package/libs/libpcap/Config.in index ef32c1bc08..60b53a76fc 100644 --- a/package/libs/libpcap/Config.in +++ b/package/libs/libpcap/Config.in @@ -1,15 +1,15 @@ menu "Configuration" - depends PACKAGE_libpcap + depends on PACKAGE_libpcap config PCAP_HAS_USB bool "Include USB support" - depends PACKAGE_kmod-usb-core - default n + depends on PACKAGE_kmod-usb-core + default PACKAGE_kmod-usbmon config PCAP_HAS_BT bool "Include bluetooth support" - depends PACKAGE_kmod-bluetooth - depends BROKEN + depends on PACKAGE_kmod-bluetooth + depends on BROKEN default n endmenu