From fd7a24634eff7c8b0e206083d99fcd52524adc8c Mon Sep 17 00:00:00 2001 From: Marco von Rosenberg Date: Sat, 30 Mar 2024 16:35:11 +0100 Subject: [PATCH] Add description comment to Build/loader-okli --- target/linux/ath79/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile index 8328be7667cf8d..a67185b90e021b 100644 --- a/target/linux/ath79/image/Makefile +++ b/target/linux/ath79/image/Makefile @@ -33,6 +33,7 @@ define Build/loader-okli-compile endef # Arguments: +# Pads the specified loader to a multiple of and prepends the result define Build/loader-okli dd if=$(KDIR)/loader-$(word 1,$(1)).$(LOADER_TYPE) bs=$(word 2,$(1)) conv=sync of="$@.new" cat "$@" >> "$@.new"