diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-08 12:11:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-08 12:11:32 +0000 |
commit | 9d19a6c1ea72e4718356de16ac179cbaba834009 (patch) | |
tree | cbb51faab31fd0b016cf03e73ae0582c1e4d8e50 | |
parent | 267c50a1abf9c70ec1d9f93624f92f3a0b2680fc (diff) | |
download | upstream-9d19a6c1ea72e4718356de16ac179cbaba834009.tar.gz upstream-9d19a6c1ea72e4718356de16ac179cbaba834009.tar.bz2 upstream-9d19a6c1ea72e4718356de16ac179cbaba834009.zip |
we cannot build madwifi for octeon since there is no mips64r2 hal target
SVN-Revision: 18001
-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 a6a49965c6..8e6d6dab2d 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -161,7 +161,7 @@ define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ - DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_cobalt @LINUX_2_6 + DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6 FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) endef |