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:
a40daa8
)
mac80211: fix typo introduced in r19760 (#6707)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 22:44:22 +0000
(22:44 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 22:44:22 +0000
(22:44 +0000)
SVN-Revision: 19763
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index fb130216c4f13abae1570dca3f0aac78d1a37ae0..81733d7722a491e44e945de49d0c2145179c13d1 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 +USB_SUPPORT:rt2x00-usb
+ DEPENDS+= @(PCI_SUPPORT||USB_SUPPORT) +kmod-rt2x00-lib +USB_SUPPORT:
kmod-
rt2x00-usb
TITLE+= (rt2800 LIB)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2800lib.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,27,rt2800lib)