scripts/mkits.sh: replace forgotten '-' with ${REFERENCE_CHAR}
Cosmetical change to improve style in mkits.sh. Fixes: fd679086473 ("scripts: mkits.sh: Allow legacy @ mode for dts creation") Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit e89c85249e311e9a376d07cda33c9dc39b12a906)
This commit is contained in:
parent
077e8064b5
commit
2c2cc4bb67
@ -137,7 +137,7 @@ fi
|
|||||||
if [ -n "${ROOTFS}" ]; then
|
if [ -n "${ROOTFS}" ]; then
|
||||||
dd if="${ROOTFS}" of="${ROOTFS}.pagesync" bs=4096 conv=sync
|
dd if="${ROOTFS}" of="${ROOTFS}.pagesync" bs=4096 conv=sync
|
||||||
ROOTFS_NODE="
|
ROOTFS_NODE="
|
||||||
rootfs-$ROOTFSNUM {
|
rootfs${REFERENCE_CHAR}$ROOTFSNUM {
|
||||||
description = \"${ARCH_UPPER} OpenWrt ${DEVICE} rootfs\";
|
description = \"${ARCH_UPPER} OpenWrt ${DEVICE} rootfs\";
|
||||||
${COMPATIBLE_PROP}
|
${COMPATIBLE_PROP}
|
||||||
data = /incbin/(\"${ROOTFS}.pagesync\");
|
data = /incbin/(\"${ROOTFS}.pagesync\");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user