X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Flibpcap%2FConfig.in;h=5fee75a59597d5e60f9d156d3438d6fe504ae139;hb=ab8468d344382618cb3ad752b71962518fb7d442;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..5fee75a595 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 + depends on PACKAGE_kmod-usb-core default n 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