X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3f44b114d77e17c6ef83e6ddfe89c52055148a3b..11c3d7fb1ac40e2ff28de1fec2debce5af228cb4:/openwrt/target/linux/package/wlcompat/Config.in diff --git a/openwrt/target/linux/package/wlcompat/Config.in b/openwrt/target/linux/package/wlcompat/Config.in index 5958eeb89..1e5f5e79e 100644 --- a/openwrt/target/linux/package/wlcompat/Config.in +++ b/openwrt/target/linux/package/wlcompat/Config.in @@ -1,15 +1,17 @@ config BR2_PACKAGE_KMOD_WLCOMPAT - tristate "kmod-wlcompat" + prompt "kmod-wlcompat..................... Wrapper providing Wireless Extensions for Broadcom wl module" + tristate default y - depends BR2_PACKAGE_KMOD_BRCM_WL + depends BR2_PACKAGE_KMOD_BRCM_WL || BR2_PACKAGE_KMOD_BRCM_WL2 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" + prompt "kmod-wlcompat-debug............... Wrapper providing Wireless Extensions for Broadcom wl module (debug)" + tristate default m - depends BR2_PACKAGE_KMOD_BRCM_WL + depends BR2_PACKAGE_KMOD_BRCM_WL || BR2_PACKAGE_KMOD_BRCM_WL2 help A wrapper module, that provides Wireless Extension support for the proprietary Broadcom wl module. (debug version)