1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 17:11:19 +02:00

mac80211: fix rt2x00-lib dependency on PCI/USB

SVN-Revision: 18812
This commit is contained in:
Nicolas Thill 2009-12-18 10:43:18 +00:00
parent fda45977ec
commit cd906043d8

@ -155,7 +155,7 @@ endef
define KernelPackage/rt2x00-lib
$(call KernelPackage/rt2x00/Default)
DEPENDS+= @PCI_SUPPORT||@USB_SUPPORT +kmod-mac80211 +kmod-crc-itu-t
DEPENDS+= @(PCI_SUPPORT||USB_SUPPORT) +kmod-mac80211 +kmod-crc-itu-t
TITLE+= (LIB)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00lib.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,25,blkcipher ecb arc4 rt2x00lib)