summaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt2x00')
-rw-r--r--package/rt2x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index 9dd928693..0d8229605 100644
--- a/package/rt2x00/Makefile
+++ b/package/rt2x00/Makefile
@@ -35,7 +35,7 @@ endef
define KernelPackage/rt2x00-lib
$(call KernelPackage/rt2x00/Default)
- DEPENDS+= @PCI_SUPPORT||USB_SUPPORT +kmod-mac80211 +kmod-crypto
+ DEPENDS+= @PCI_SUPPORT||USB_SUPPORT +kmod-mac80211
TITLE+= (LIB)
FILES:=$(PKG_BUILD_DIR)/rt2x00lib.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,25,blkcipher ecb arc4 rt2x00lib)