From: Daniel Golle Date: Wed, 23 Mar 2022 19:34:06 +0000 (+0000) Subject: scripts/mkits.sh: replace forgotten '-' with ${REFERENCE_CHAR} X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fstintel.git;a=commitdiff_plain;h=e89c85249e311e9a376d07cda33c9dc39b12a906 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 --- diff --git a/scripts/mkits.sh b/scripts/mkits.sh index f6699384ee..7bf5681add 100755 --- 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\");