projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27254a
)
carl9170: add dependency on kmod-input-core
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2011 14:50:04 +0000
(14:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2011 14:50:04 +0000
(14:50 +0000)
SVN-Revision: 28808
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index d2c052e78a4c2e4162f6d2d3ad83ebd62352e448..0c4cd81b002ccb8caa799aadfb4bfafff4d966a1 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-452,7
+452,7
@@
endef
define KernelPackage/carl9170
$(call KernelPackage/mac80211/Default)
TITLE:=Driver for Atheros AR9170 USB sticks
- DEPENDS:=@USB_SUPPORT +kmod-mac80211 +kmod-ath +kmod-usb-core +@DRIVER_11N_SUPPORT
+ DEPENDS:=@USB_SUPPORT +kmod-mac80211 +kmod-ath +kmod-usb-core +
kmod-input-core +
@DRIVER_11N_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/carl9170/carl9170.ko
AUTOLOAD:=$(call AutoLoad,60,carl9170)
endef