diff options
author | noz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-06-04 19:47:48 +0000 |
---|---|---|
committer | noz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-06-04 19:47:48 +0000 |
commit | 18233555f4636af8bbb06c49fccc130edb4d0f0a (patch) | |
tree | 5ea8b6867078a974baa98cc68115a0426a086319 /package/b43/Makefile | |
parent | 38f0bdeb17a63a7aab74db5588575c1a04ee6279 (diff) |
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 3d5eb264c..6616585e2 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) \ |