projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f4adc8
)
mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 10 Oct 2010 17:40:23 +0000
(17:40 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 10 Oct 2010 17:40:23 +0000
(17:40 +0000)
SVN-Revision: 23384
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 10df27bea476fec3af4b9151b3e3186c94398388..7a095bca326d70a5050f8ab45628bc1ff80bbe75 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-136,7
+136,7
@@
endef
define KernelPackage/p54-common
$(call KernelPackage/p54/Default)
- DEPENDS+= @PCI_SUPPORT||@USB_SUPPORT||@TARGET_omap24xx +kmod-mac80211
+ DEPENDS+= @PCI_SUPPORT||@USB_SUPPORT||@TARGET_omap24xx +kmod-mac80211
+kmod-crc-ccitt
TITLE+= (COMMON)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/p54/p54common.ko
AUTOLOAD:=$(call AutoLoad,30,p54common)