|
|
@@ -36,7 +36,9 @@ endef
|
|
|
define Build/ls-append-kernel
|
|
|
mkdir -p [email protected] && \
|
|
|
cp $(IMAGE_KERNEL) [email protected]/fitImage && \
|
|
|
- make_ext4fs -J -L kernel -l "$(LS_SD_KERNELPART_SIZE)M" "[email protected]" "[email protected]" && \
|
|
|
+ make_ext4fs -J -L kernel -l "$(LS_SD_KERNELPART_SIZE)M" \
|
|
|
+ $(if $(SOURCE_DATE_EPOCH),-T $(SOURCE_DATE_EPOCH)) \
|
|
|
+ "[email protected]" "[email protected]" && \
|
|
|
dd [email protected] >> $@ && \
|
|
|
rm -rf [email protected] && \
|
|
|
rm -f [email protected]
|