aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
commitedfea6d60d3c042634a1d31269849685153e8a91 (patch)
tree60abdcc9502265c09aa37fdd869b72a0d72e8b1a /package/rt2x00
parent1d48cb066ac629aafc14fa7081369b027dc71b78 (diff)
downloadupstream-edfea6d60d3c042634a1d31269849685153e8a91.tar.gz
upstream-edfea6d60d3c042634a1d31269849685153e8a91.tar.bz2
upstream-edfea6d60d3c042634a1d31269849685153e8a91.zip
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9dd9286933..0d82296058 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)