Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RMerl/asuswrt-merlin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sauvageau <rmerl@lostrealm.ca>2016-12-14 09:16:42 +0300
committerEric Sauvageau <rmerl@lostrealm.ca>2016-12-14 09:17:14 +0300
commitc31c619b0128d4865ff5e273401c9583eed0b6ce (patch)
treecbb6a9b28e325239a9a2bb29f685a2b7f4fdb0e9
parent3e8232bfafcef706e7300bda0ba33eca6a9c3c7f (diff)
build: preserve datestamp of ca-bundle.crt
-rw-r--r--release/src/router/rom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/src/router/rom/Makefile b/release/src/router/rom/Makefile
index 09de5d28a2..d4f2958cec 100644
--- a/release/src/router/rom/Makefile
+++ b/release/src/router/rom/Makefile
@@ -134,7 +134,7 @@ endif #autoliveupdate_zip
endif #merlinupdate
# Used by Curl
- cp -f others/ca-bundle.crt $(INSTALLDIR)/rom/ca-bundle.crt
+ cp -f --preserve=timestamps others/ca-bundle.crt $(INSTALLDIR)/rom/ca-bundle.crt
ifeq ($(RTCONFIG_OPENVPN),y)
cp -f others/dh2048.pem $(INSTALLDIR)/rom/dh2048.pem