Skip to content

Commit

Permalink
Add description comment to Build/loader-okli
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Mar 30, 2024
1 parent 7e48810 commit fd7a246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ath79/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ define Build/loader-okli-compile
endef

# Arguments: <output name> <kernel offset>
# Pads the specified loader to a multiple of <kernel offset> 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"
Expand Down

0 comments on commit fd7a246

Please sign in to comment.