build: consistently use 'depends on' instead of 'depends'
[openwrt/staging/hauke.git] / package / libs / libpcap / Config.in
index ef32c1bc0878d043117169f892f0fe875edd028d..5fee75a59597d5e60f9d156d3438d6fe504ae139 100644 (file)
@@ -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