mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 18:28:27 +02:00
d2e1864c77
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1298 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
459 B
Plaintext
16 lines
459 B
Plaintext
config BR2_PACKAGE_KMOD_WLCOMPAT
|
|
tristate "kmod-wlcompat"
|
|
default y
|
|
depends BR2_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"
|
|
default m
|
|
depends BR2_PACKAGE_KMOD_BRCM_WL
|
|
help
|
|
A wrapper module, that provides Wireless Extension support for the
|
|
proprietary Broadcom wl module. (debug version)
|