diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-23 21:55:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-23 21:55:40 +0000 |
commit | 338f1af5f38cfefec48a5554dcf9f89191fc4041 (patch) | |
tree | 4bb9423a8c96434881fb692e31a6c8b0dabb934c /package/ifx-vmmc | |
parent | 4f1a51b7d95f721982de7adf32b88441ce8ad419 (diff) | |
download | upstream-338f1af5f38cfefec48a5554dcf9f89191fc4041.tar.gz upstream-338f1af5f38cfefec48a5554dcf9f89191fc4041.tar.bz2 upstream-338f1af5f38cfefec48a5554dcf9f89191fc4041.zip |
bump release number for packages ahead of backfire in trunk
SVN-Revision: 21556
Diffstat (limited to 'package/ifx-vmmc')
-rw-r--r-- | package/ifx-vmmc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ifx-vmmc/Makefile b/package/ifx-vmmc/Makefile index 265d21a8ab..ac311e06d4 100644 --- a/package/ifx-vmmc/Makefile +++ b/package/ifx-vmmc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # 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:=drv_vmmc PKG_VERSION:=1.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=3f1b44e79408a3320aa9f8b21a260fd0 |