projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
prevent madwifi from building on UML
[openwrt.git]
/
package
/
wlcompat
/
Makefile
diff --git
a/package/wlcompat/Makefile
b/package/wlcompat/Makefile
index
482ec4a
..
308a696
100644
(file)
--- a/
package/wlcompat/Makefile
+++ b/
package/wlcompat/Makefile
@@
-16,8
+16,8
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/wlcompat/Default
SUBMENU:=Proprietary BCM43xx WiFi driver
define KernelPackage/wlcompat/Default
SUBMENU:=Proprietary BCM43xx WiFi driver
- SUBMENUDEP:=@TARGET_
BRCM
_2_4
- DEPENDS:=@TARGET_
BRCM
_2_4 @PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools
+ SUBMENUDEP:=@TARGET_
brcm
_2_4
+ DEPENDS:=@TARGET_
brcm
_2_4 @PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools
TITLE:=Broadcom wl wrapper module
endef
TITLE:=Broadcom wl wrapper module
endef
This page took
0.027204 seconds
and
4
git commands to generate.