1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-10 08:46:28 +02:00

include/image.mk: fix missing right parenthesis (#21766)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48609
This commit is contained in:
Felix Fietkau 2016-02-01 13:42:59 +00:00
parent 86625a148a
commit dc476f5fa4

View File

@ -187,7 +187,8 @@ ifneq ($(CONFIG_NAND_SUPPORT),)
[ -z "$(3)" ] || $(CP) "$(3)" "$(KDIR_TMP)/sysupgrade-$(1)/kernel"
(cd "$(KDIR_TMP)"; $(TAR) cvf \
"$(BIN_DIR)/$(IMG_PREFIX)-$(1)-$(2)-sysupgrade.tar" sysupgrade-$(1) \
$(if $(SOURCE_DATE_EPOCH),--mtime="@$(SOURCE_DATE_EPOCH)")
$(if $(SOURCE_DATE_EPOCH),--mtime="@$(SOURCE_DATE_EPOCH)") \
)
endef
# $(1) board name