projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/acx: mark as broken for linux 3.1
[openwrt.git]
/
package
/
acx
/
Makefile
diff --git
a/package/acx/Makefile
b/package/acx/Makefile
index
6a11404
..
6900bcf
100644
(file)
--- a/
package/acx/Makefile
+++ b/
package/acx/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-20
08
OpenWrt.org
+# Copyright (C) 2006-20
10
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=acx
PKG_VERSION:=20080210
PKG_NAME:=acx
PKG_VERSION:=20080210
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/acx100
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/acx100
@@
-25,10
+25,10
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/acx
TITLE:=Driver for TI ACX1xx chipset
define KernelPackage/acx
TITLE:=Driver for TI ACX1xx chipset
- DEPENDS:=@
LINUX_2_6 @CONFIG_PCI||TARGET_ar7 +wireless-tools
+ DEPENDS:=@
PCI_SUPPORT||TARGET_ar7 +wireless-tools @!LINUX_3_1||BROKEN
URL:=http://acx100.sourceforge.net/
SUBMENU:=Wireless Drivers
URL:=http://acx100.sourceforge.net/
SUBMENU:=Wireless Drivers
- FILES:= $(PKG_BUILD_DIR)/acx.
$(LINUX_KMOD_SUFFIX)
+ FILES:= $(PKG_BUILD_DIR)/acx.
ko
AUTOLOAD:=$(call AutoLoad,50,acx)
endef
AUTOLOAD:=$(call AutoLoad,50,acx)
endef
This page took
0.025334 seconds
and
4
git commands to generate.