summaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-21 09:33:46 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-21 09:33:46 +0000
commitab3ffd00727e99853643077c2ed5094f3a7c0760 (patch)
treeef9afe8ec4320a408bfd3f1e39ac0d94921ae7af /package/rt2x00
parentbe7a97c1447df5ec75aa9685a2c22697d3c1d2af (diff)
Fix rt2x00 dependencies (#2223)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8448 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2x00')
-rw-r--r--package/rt2x00/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index fd67a9e1b..faff0c91e 100644
--- a/package/rt2x00/Makefile
+++ b/package/rt2x00/Makefile
@@ -23,11 +23,11 @@ endef
define KernelPackage/rt2x00-lib
$(call Package/rt2x00/Default)
- DEPENDS:=+kmod-mac80211
+ DEPENDS:=+kmod-mac80211 +kmod-crypto
TITLE+= (LIB)
DESCRIPTION+= (LIB)
FILES:=$(PKG_BUILD_DIR)/rt2x00lib.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,25,rt2x00lib)
+ AUTOLOAD:=$(call AutoLoad,25,ecb arc4 rt2x00lib)
endef
define KernelPackage/rt2x00-pci
@@ -41,7 +41,7 @@ endef
define KernelPackage/rt2x00-usb
$(call Package/rt2x00/Default)
- DEPENDS:=@USB_SUPPORT +kmod-rt2x00-lib
+ DEPENDS:=@USB_SUPPORT +kmod-rt2x00-lib +kmod-usb-core
TITLE+= (USB)
DESCRIPTION+= (USB)
FILES:=$(PKG_BUILD_DIR)/rt2x00usb.$(LINUX_KMOD_SUFFIX)