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:
077e806
)
scripts/mkits.sh: replace forgotten '-' with ${REFERENCE_CHAR}
author
Daniel Golle
<
[email protected]
>
Wed, 23 Mar 2022 19:34:06 +0000
(19:34 +0000)
committer
Daniel Golle
<
[email protected]
>
Sun, 27 Mar 2022 15:14:00 +0000
(16:14 +0100)
Cosmetical change to improve style in mkits.sh.
Fixes: fd679086473 ("scripts: mkits.sh: Allow legacy @ mode for dts creation")
Signed-off-by: Daniel Golle <
[email protected]
>
(cherry picked from commit
e89c85249e311e9a376d07cda33c9dc39b12a906
)
scripts/mkits.sh
patch
|
blob
|
history
diff --git
a/scripts/mkits.sh
b/scripts/mkits.sh
index f6699384ee6b14ba2cd95d199c6051e10f4ae87a..7bf5681addf097c40e60a93131e6836fdd37a193 100755
(executable)
--- a/
scripts/mkits.sh
+++ b/
scripts/mkits.sh
@@
-137,7
+137,7
@@
fi
if [ -n "${ROOTFS}" ]; then
dd if="${ROOTFS}" of="${ROOTFS}.pagesync" bs=4096 conv=sync
ROOTFS_NODE="
- rootfs
-
$ROOTFSNUM {
+ rootfs
${REFERENCE_CHAR}
$ROOTFSNUM {
description = \"${ARCH_UPPER} OpenWrt ${DEVICE} rootfs\";
${COMPATIBLE_PROP}
data = /incbin/(\"${ROOTFS}.pagesync\");