projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32a1e0c
)
rt2800lib depends on rt2x00-usb
author
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 19 Feb 2010 19:13:23 +0000
(19:13 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 19 Feb 2010 19:13:23 +0000
(19:13 +0000)
The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build.
SVN-Revision: 19760
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 5d28c6b32e027dc756b43b051122f84b92db57c6..fb130216c4f13abae1570dca3f0aac78d1a37ae0 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-182,7
+182,7
@@
endef
define KernelPackage/rt2800-lib
$(call KernelPackage/rt2x00/Default)
- DEPENDS+= @(PCI_SUPPORT||USB_SUPPORT) +kmod-rt2x00-lib
+ DEPENDS+= @(PCI_SUPPORT||USB_SUPPORT) +kmod-rt2x00-lib
+USB_SUPPORT:rt2x00-usb
TITLE+= (rt2800 LIB)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2800lib.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,27,rt2800lib)