X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Flibs%2Flibpcap%2FConfig.in;h=5fee75a59597d5e60f9d156d3438d6fe504ae139;hb=ab8468d344382618cb3ad752b71962518fb7d442;hp=ef32c1bc0878d043117169f892f0fe875edd028d;hpb=d62c50b1c3d4450b5b3fcb66d6c12866a1a2c076;p=15.05%2Fopenwrt.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