projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda4597
)
mac80211: fix rt2x00-lib dependency on PCI/USB
author
Nicolas Thill
<nico@openwrt.org>
Fri, 18 Dec 2009 10:43:18 +0000
(10:43 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 18 Dec 2009 10:43:18 +0000
(10:43 +0000)
SVN-Revision: 18812
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 94ce85b2a7da5240c652fe48bf6a181e66fdafee..dcd2529088f19540baf7f82bf275e56f930e97dc 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-155,7
+155,7
@@
endef
define KernelPackage/rt2x00-lib
$(call KernelPackage/rt2x00/Default)
- DEPENDS+= @
PCI_SUPPORT||@USB_SUPPORT
+kmod-mac80211 +kmod-crc-itu-t
+ DEPENDS+= @
(PCI_SUPPORT||USB_SUPPORT)
+kmod-mac80211 +kmod-crc-itu-t
TITLE+= (LIB)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00lib.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,25,blkcipher ecb arc4 rt2x00lib)