projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix some previously ignored build dependencies (for example, uci->lua)
[openwrt.git]
/
package
/
b43
/
Makefile
diff --git
a/package/b43/Makefile
b/package/b43/Makefile
index
968eb0a
..
6616585
100644
(file)
--- a/
package/b43/Makefile
+++ b/
package/b43/Makefile
@@
-43,6
+43,9
@@
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) \
This page took
0.022441 seconds
and
4
git commands to generate.