1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00

Merge pull request #5215 from lynxis/rb_lpc21isp

lpc21isp: remove build timestamp
This commit is contained in:
champtar 2017-12-03 09:32:40 -08:00 committed by GitHub
commit 6d4f7d8d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lpc21isp
PKG_VERSION:=197
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=LGPL-3.0+
PKG_LICENSE_FILES:=README gpl.txt lgpl-3.0.txt

View File

@ -0,0 +1,13 @@
Index: lpc21isp_197/lpc21isp.c
===================================================================
--- lpc21isp_197.orig/lpc21isp.c 2017-12-03 06:01:05.854070061 +0100
+++ lpc21isp_197/lpc21isp.c 2017-12-03 06:01:23.326431659 +0100
@@ -1549,7 +1549,7 @@
DebugPrintf(2, "\n"
"Portable command line ISP\n"
"for NXP LPC family and Analog Devices ADUC 70xx\n"
- "Version " VERSION_STR " compiled for " COMPILED_FOR ": " __DATE__ ", " __TIME__ "\n"
+ "Version " VERSION_STR " compiled for " COMPILED_FOR "\n"
"Copyright (c) by Martin Maurer, 2003-2013, Email: Martin.Maurer@clibb.de\n"
"Portions Copyright (c) by Aeolus Development 2004, www.aeolusdevelopment.com\n"
"\n");