fixes zd1211rw compile and cleans up mac80211 Makefile

SVN-Revision: 11787
This commit is contained in:
John Crispin
2008-07-12 15:04:36 +00:00
parent 51c200b9bf
commit 981105308f
2 changed files with 8 additions and 45 deletions

View File

@@ -198,18 +198,3 @@ endef
$(eval $(call KernelPackage,net-prism54))
define KernelPackage/net-zd1211rw
SUBMENU:=$(WIRELESS_MENU)
TITLE:=Zydas ZD1211 support
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-ieee80211-softmac
KCONFIG:=CONFIG_ZD1211RW
FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1211rw/zd1211rw.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,zd1211rw)
endef
define KernelPackage/net-zd1211rw/description
Kernel modules for Zydas ZD1211 support, kernel version
endef
$(eval $(call KernelPackage,net-zd1211rw))