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 | 9246de4ea2fc8c33799635052c3b736c82bbe2b2 (patch) | |
tree | 77b76f3d5fdab1ce842d039520390dfdc327e17c /package/acx/Makefile | |
parent | c9331c24853294c825eb1dc59606e7374345a895 (diff) | |
download | upstream-9246de4ea2fc8c33799635052c3b736c82bbe2b2.tar.gz upstream-9246de4ea2fc8c33799635052c3b736c82bbe2b2.tar.bz2 upstream-9246de4ea2fc8c33799635052c3b736c82bbe2b2.zip |
avr32 build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8017 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |