diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-10 17:40:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-10 17:40:23 +0000 |
commit | 496a4e657d4b0c470c9e55781a12c0de9c2eb675 (patch) | |
tree | 7ae75ee7a7e25c240c7d38ee99e986e29717edfd /package | |
parent | 1098d97137652f0d7a563c98348b3619b7323215 (diff) | |
download | master-187ad058-496a4e657d4b0c470c9e55781a12c0de9c2eb675.tar.gz master-187ad058-496a4e657d4b0c470c9e55781a12c0de9c2eb675.tar.bz2 master-187ad058-496a4e657d4b0c470c9e55781a12c0de9c2eb675.zip |
[package] mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23384 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 10df27bea4..7a095bca32 100644 --- 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) |