mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos

SVN-Revision: 23384
This commit is contained in:
Jo-Philipp Wich 2010-10-10 17:40:23 +00:00
parent 3f4adc80db
commit 0f04c9ac37
1 changed files with 1 additions and 1 deletions

View File

@ -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)