diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-08-09 12:19:36 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-08-09 12:19:36 +0000 |
commit | 47a0551d87304284d0e979914fb17397a88d5ea1 (patch) | |
tree | 35ba2f108b1d7335e22cff420335345b1797d2dd /package/acx | |
parent | 1304780681b13c80cd8c27f1fbdc6fecb5b9ed3d (diff) | |
download | upstream-47a0551d87304284d0e979914fb17397a88d5ea1.tar.gz upstream-47a0551d87304284d0e979914fb17397a88d5ea1.tar.bz2 upstream-47a0551d87304284d0e979914fb17397a88d5ea1.zip |
package/acx: mark as broken for linux 3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27938 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 d910dedcc6..6900bcf159 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 + DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +wireless-tools @!LINUX_3_1||BROKEN URL:=http://acx100.sourceforge.net/ SUBMENU:=Wireless Drivers FILES:= $(PKG_BUILD_DIR)/acx.ko |