X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/76ed58d705e7f3892a1259abcd92882a527e7b53..08b4d5506480d5d62c9ce334e98bd06485ab296a:/target/linux/package/wlcompat/Config.in diff --git a/target/linux/package/wlcompat/Config.in b/target/linux/package/wlcompat/Config.in index 926cf4b3c..00774c179 100644 --- a/target/linux/package/wlcompat/Config.in +++ b/target/linux/package/wlcompat/Config.in @@ -1,7 +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 PACKAGE_KMOD_WLCOMPAT_DEBUG + prompt "kmod-wlcompat-debug............... Wrapper providing Wireless Extensions for Broadcom wl module (debug)" + tristate + default m + depends PACKAGE_KMOD_BRCM_WL + help + A wrapper module, that provides Wireless Extension support for the + proprietary Broadcom wl module. (debug version)