projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ddd31
)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45023
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/mwlwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mwlwifi/Makefile
b/package/kernel/mwlwifi/Makefile
index
29096d5
..
fccd0e8
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