projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e4d46
)
mwlwifi: depend on TARGET_mvebu until it is fixed for non-OF platforms
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 26 Mar 2015 13:17:46 +0000
(13:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 26 Mar 2015 13:17:46 +0000
(13:17 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45023
package/kernel/mwlwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mwlwifi/Makefile
b/package/kernel/mwlwifi/Makefile
index 29096d5dd263f57e9342c3b758cb939f7a89c1d6..fccd0e84a60e78ff613e8bf01909a21d2cb1cfb8 100644
(file)
--- a/
package/kernel/mwlwifi/Makefile
+++ b/
package/kernel/mwlwifi/Makefile
@@
-29,7
+29,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/mwlwifi
SUBMENU:=Wireless Drivers
TITLE:=Marvell 88W8864 wireless driver
- DEPENDS:=+kmod-mac80211 +@DRIVER_11N_SUPPORT @PCI_SUPPORT
+ DEPENDS:=+kmod-mac80211 +@DRIVER_11N_SUPPORT @PCI_SUPPORT
@TARGET_mvebu
FILES:=$(PKG_BUILD_DIR)/mwlwifi.ko
AUTOLOAD:=$(call AutoLoad,50,mac80211 mwlwifi)
endef