diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
commit | 5f0272d618f486e694c14c51a3ad42e4232ae9eb (patch) | |
tree | bd44f03e72f19e33dfd46bf405fa6f2186b062e3 /package/rt2x00 | |
parent | aa372ac90195d1c99003a03aff2a799506e591e9 (diff) | |
download | upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.gz upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.bz2 upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.zip |
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
Diffstat (limited to 'package/rt2x00')
-rw-r--r-- | package/rt2x00/Makefile | 2 |
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) |