ct-bugcheck: use . for RELEASE
Adds compatibility for APK. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16355 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
e39ae96f88
commit
0f347c8211
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=ct-bugcheck
|
||||
PKG_RELEASE:=2016-07-21
|
||||
PKG_RELEASE:=2016.07.21
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue