diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-01-04 04:05:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-01-04 04:05:03 +0000 |
commit | 7b24a0e0c88daefc2d30ae934e1160cab4a03754 (patch) | |
tree | 5361e59ad0d6297ab109c81ed140b03af5b3dbbd /package/acx/Makefile | |
parent | 39d15da16f8423487871c64c2a9a08eaf6467262 (diff) | |
download | upstream-7b24a0e0c88daefc2d30ae934e1160cab4a03754.tar.gz upstream-7b24a0e0c88daefc2d30ae934e1160cab4a03754.tar.bz2 upstream-7b24a0e0c88daefc2d30ae934e1160cab4a03754.zip |
Bump release number after the vlynq change
SVN-Revision: 10108
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 2a1cbb32f1..ce173023c4 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx PKG_VERSION:=20071003 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/acx100 |