projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Package ssb glue code out of the kernel, and make b43 be built for non-brcm47xx targe...
[openwrt.git]
/
package
/
mac80211
/
Makefile
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
2e17b3c
..
f694bd4
100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-288,7
+288,7
@@
define KernelPackage/b43-common
SUBMENU:=$(WMENU)
TITLE:=Generic stuff for Broadcom wireless devices
URL:=http://linuxwireless.org/en/users/Drivers/b43
SUBMENU:=$(WMENU)
TITLE:=Generic stuff for Broadcom wireless devices
URL:=http://linuxwireless.org/en/users/Drivers/b43
- DEPENDS:=
@TARGET_brcm47xx +kmod-mac80211
+ DEPENDS:=
+kmod-mac80211 $(if !$(CONFIG_TARGET_brcm47xx),+kmod-ssb)
endef
define KernelPackage/b43
endef
define KernelPackage/b43
This page took
0.021938 seconds
and
4
git commands to generate.