X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/02ababff437b5a656d8565a8eee25b532755dee6..46e50210bd165f5becfa35328da5d1ac54332bfa:/package/madwifi/Makefile?ds=inline diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index dcff41c2f..433cb61e1 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -157,7 +156,7 @@ define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi.org/ - DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_ar7 @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml + DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_ar7 @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml @LINUX_2_6 FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) endef