aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkits.sh
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-03-23 19:34:06 +0000
committerDaniel Golle <daniel@makrotopia.org>2022-03-24 00:46:45 +0000
commite89c85249e311e9a376d07cda33c9dc39b12a906 (patch)
treeb58b9e858703d1ae950bba6de33299cfa91ed5f1 /scripts/mkits.sh
parentab143647efef2a13bcce2f28a2797899fbc83946 (diff)
downloadupstream-e89c85249e311e9a376d07cda33c9dc39b12a906.tar.gz
upstream-e89c85249e311e9a376d07cda33c9dc39b12a906.tar.bz2
upstream-e89c85249e311e9a376d07cda33c9dc39b12a906.zip
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>
Diffstat (limited to 'scripts/mkits.sh')
-rwxr-xr-xscripts/mkits.sh2
1 files changed, 1 insertions, 1 deletions
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\");