aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-18 10:45:14 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-18 10:45:14 +0000
commitf0aa9bc04f9f9518fdf6f75dd232a7407d5345a0 (patch)
treef3b6b0dce89a7998025f14b4529ebbdeba2603f8 /package/madwifi
parentafb701b0c4e85172bdf2cc9a8890bf4834a04ff5 (diff)
downloadupstream-f0aa9bc04f9f9518fdf6f75dd232a7407d5345a0.tar.gz
upstream-f0aa9bc04f9f9518fdf6f75dd232a7407d5345a0.tar.bz2
upstream-f0aa9bc04f9f9518fdf6f75dd232a7407d5345a0.zip
madwifi: remove redundant conditional dep, atheros has PCI support
SVN-Revision: 20263
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 3bd60f17dc..4c8415a6be 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -162,7 +162,7 @@ define KernelPackage/madwifi
TITLE:=Driver for Atheros wireless chipsets
URL:=http://madwifi-project.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT||TARGET_atheros @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN)
+ DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN)
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
endef