From 2cd399391e226894d2f7b3837a0f0e1af5f151bc Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 23 Sep 2007 15:12:12 +0000 Subject: 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 --- package/rt2x00/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/rt2x00/Makefile') 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) -- cgit v1.2.3