diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-10 19:33:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-10 19:33:56 +0000 |
commit | 24b5c903f4dd2129005d211c60cee4c4c1986876 (patch) | |
tree | ce28cac86b626070cc7a4f8fb16af7f4ee1ac78a /package/hotplug2/Makefile | |
parent | 2c6e2011f83422cd1323a45681464f816b85862b (diff) | |
download | openwrt-24b5c903f4dd2129005d211c60cee4c4c1986876.tar.gz openwrt-24b5c903f4dd2129005d211c60cee4c4c1986876.tar.bz2 openwrt-24b5c903f4dd2129005d211c60cee4c4c1986876.zip |
hotplug2: bump pkg release after hotplug fixes in r20679-r20685
SVN-Revision: 21422
Diffstat (limited to 'package/hotplug2/Makefile')
-rw-r--r-- | package/hotplug2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 2f8fc1477e..d02b435bdf 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hotplug2 PKG_REV:=201 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |