disable all other filesystems in menuconfig when initramfs is selected
[openwrt.git] / target / linux / package / wlcompat / Config.in
index 5958eeb..00774c1 100644 (file)
@@ -1,15 +1,17 @@
-config BR2_PACKAGE_KMOD_WLCOMPAT
-       tristate "kmod-wlcompat"
+config PACKAGE_KMOD_WLCOMPAT
+       prompt "kmod-wlcompat..................... Wrapper providing Wireless Extensions for Broadcom wl module"
+       tristate
        default y
-       depends BR2_PACKAGE_KMOD_BRCM_WL
+       depends PACKAGE_KMOD_BRCM_WL
        help
          A wrapper module, that provides Wireless Extension support for the
          proprietary Broadcom wl module.
 
-config BR2_PACKAGE_KMOD_WLCOMPAT_DEBUG
-       tristate "kmod-wlcompat-debug"
+config PACKAGE_KMOD_WLCOMPAT_DEBUG
+       prompt "kmod-wlcompat-debug............... Wrapper providing Wireless Extensions for Broadcom wl module (debug)"
+       tristate
        default m
-       depends BR2_PACKAGE_KMOD_BRCM_WL
+       depends PACKAGE_KMOD_BRCM_WL
        help
          A wrapper module, that provides Wireless Extension support for the
          proprietary Broadcom wl module. (debug version)
This page took 0.018851 seconds and 4 git commands to generate.