diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-18 10:45:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-18 10:45:14 +0000 |
commit | f02f589999fb823316f6d9b3fca04cf3c3200735 (patch) | |
tree | b3605f66d4285c63c5b1b1773c434c27046c804d /package/madwifi/Makefile | |
parent | 2a08991204a86280c323a4b6662a2674c7eec3b0 (diff) | |
download | upstream-f02f589999fb823316f6d9b3fca04cf3c3200735.tar.gz upstream-f02f589999fb823316f6d9b3fca04cf3c3200735.tar.bz2 upstream-f02f589999fb823316f6d9b3fca04cf3c3200735.zip |
[package] madwifi: remove redundant conditional dep, atheros has PCI support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
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 |