diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-17 10:38:33 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-17 10:38:33 +0000 |
commit | 477024d560de33f52efd112e205ee2cae631f9da (patch) | |
tree | 77b76f3d5fdab1ce842d039520390dfdc327e17c /package/acx/Makefile | |
parent | 90b6359cbe96d59551c6cca426324581c6eea2c4 (diff) |
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 70d394de5..85837cf08 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/ |