diff options
author | Peter Denison <openwrt@marshadder.org> | 2008-06-04 19:47:48 +0000 |
---|---|---|
committer | Peter Denison <openwrt@marshadder.org> | 2008-06-04 19:47:48 +0000 |
commit | 86e3679130d3b325b9532ffd002ae31559de0ea5 (patch) | |
tree | 5ea8b6867078a974baa98cc68115a0426a086319 /package/b43/Makefile | |
parent | 47e2253544b7e3e88b1cebd6b7e678ab2a245a22 (diff) | |
download | upstream-86e3679130d3b325b9532ffd002ae31559de0ea5.tar.gz upstream-86e3679130d3b325b9532ffd002ae31559de0ea5.tar.bz2 upstream-86e3679130d3b325b9532ffd002ae31559de0ea5.zip |
Update b43 from compat-wireless-2008-05-26 codebase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/b43/Makefile')
-rw-r--r-- | package/b43/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile index 3d5eb264c2..6616585e2e 100644 --- a/package/b43/Makefile +++ b/package/b43/Makefile @@ -44,6 +44,8 @@ endef EXTRA_KCONFIG:= \ CONFIG_B43=m \ CONFIG_B43_NPHY=y \ + CONFIG_B43_DEBUG=y \ + $(if $(CONFIG_RFKILL),CONFIG_B43_RFKILL=y) \ $(if $(CONFIG_LEDS_TRIGGERS),CONFIG_B43_LEDS=y) \ |