projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f3e2d
)
mvebu: add specific signature support to Build/boot-scr
author
INAGAKI Hiroshi
<
[email protected]
>
Sun, 7 Apr 2024 00:38:35 +0000
(09:38 +0900)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 22 Jun 2025 20:17:20 +0000
(22:17 +0200)
Add image-specific signature support to Build/boot-scr.
This is required to switch root devices passed to the kernel on Check
Point V-80 and V-81.
Signed-off-by: INAGAKI Hiroshi <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16904
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/mvebu/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/image/Makefile
b/target/linux/mvebu/image/Makefile
index 9d6f207b3f2fde49b8d787664253a110c433ed2b..1dc62d244ffff1137f73fb92d3a29d46124b3df9 100644
(file)
--- a/
target/linux/mvebu/image/Makefile
+++ b/
target/linux/mvebu/image/Makefile
@@
-14,7
+14,7
@@
KERNEL_LOADADDR := 0x00008000
define Build/boot-scr
rm -f
[email protected]
sed \
- -e 's#@ROOT@#$(
IMG_PART_SIGNATURE
)#g' \
+ -e 's#@ROOT@#$(
if $(1),$(1),$(IMG_PART_SIGNATURE)
)#g' \
-e 's#@DTB@#$(firstword $(DEVICE_DTS))#g' \
$(BOOT_SCRIPT).bootscript >
[email protected]
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -d
[email protected]
[email protected]