diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-07-17 10:38:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-07-17 10:38:33 +0000 |
commit | bec5f22912a0a662f039442f977c814ed20226ca (patch) | |
tree | c7409d79548632bac2e3f6507e4ee0067323eeba /package/acx/Makefile | |
parent | e01a275eceed7b8d28edd36b4581e4bf586378fd (diff) | |
download | upstream-bec5f22912a0a662f039442f977c814ed20226ca.tar.gz upstream-bec5f22912a0a662f039442f977c814ed20226ca.tar.bz2 upstream-bec5f22912a0a662f039442f977c814ed20226ca.zip |
avr32 build fixes
SVN-Revision: 8017
Diffstat (limited to 'package/acx/Makefile')
-rw-r--r-- | package/acx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile index 70d394de5d..85837cf08c 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/acx TITLE:=Driver for TI ACX1xx chipset - DEPENDS:=@LINUX_2_6 +wireless-tools + DEPENDS:=@LINUX_2_6&&!LINUX_2_6_AVR32 +wireless-tools DESCRIPTION:=\ This package contains a driver for TI ACX1xx 802.11a/b/g chipsets. URL:=http://acx100.sourceforge.net/ |