diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-11-09 21:16:45 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-11-09 21:16:45 +0000 |
commit | 87077d04dacc6510d6c3b1756c6ddd9728ab78c6 (patch) | |
tree | 9ec687a7efc1751ce65e9564547c809341376248 /package/acx | |
parent | 229cca27cff3d4213259f4ca97c887d858c02698 (diff) | |
download | upstream-87077d04dacc6510d6c3b1756c6ddd9728ab78c6.tar.gz upstream-87077d04dacc6510d6c3b1756c6ddd9728ab78c6.tar.bz2 upstream-87077d04dacc6510d6c3b1756c6ddd9728ab78c6.zip |
package: acx: mark as broken for 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx')
-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 6900bcf159..7b4f8af21d 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/acx TITLE:=Driver for TI ACX1xx chipset - DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +wireless-tools @!LINUX_3_1||BROKEN + DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +wireless-tools @(!(LINUX_3_1||LINUX_3_2)||BROKEN) URL:=http://acx100.sourceforge.net/ SUBMENU:=Wireless Drivers FILES:= $(PKG_BUILD_DIR)/acx.ko |