X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f07284d46fc35d17d545f4e041b36bf0507a8933..2cd399391e226894d2f7b3837a0f0e1af5f151bc:/package/rt2x00/Makefile diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile index 71cd418be..0d8229605 100644 --- a/package/rt2x00/Makefile +++ b/package/rt2x00/Makefile @@ -29,13 +29,13 @@ endif define KernelPackage/rt2x00/Default SUBMENU:=Wireless Drivers TITLE:=Ralink Drivers for RT2x00 cards - DEPENDS:=@LINUX_2_6 @!TARGET_atheros + DEPENDS:=@LINUX_2_6 @!TARGET_atheros @!TARGET_uml KCONFIG:=CONFIG_MAC80211 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)