From: bryan newbold <[email protected]> This is necessary for reproducible image builds.
Signed-off-by: bryan newbold <[email protected]> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a12e3ea..8ba2bfc 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ TOPDIR:=${CURDIR} LC_ALL:=C LANG:=C -export TOPDIR LC_ALL LANG +TZ:=UTC +export TOPDIR LC_ALL LANG TZ empty:= space:= $(empty) $(empty) -- 2.7.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
