diff options
Diffstat (limited to 'utils/openocd/Makefile')
-rw-r--r-- | utils/openocd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index c8a6544b5..30c2e8368 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openocd PKG_SOURCE_VERSION:=v0.10.0-1000-gdb23c13d PKG_VERSION:=$(PKG_SOURCE_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |