diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-03-23 19:34:06 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-27 16:14:00 +0100 |
commit | 2c2cc4bb67cd3c02ca733708d9bb4d34a6ceed3e (patch) | |
tree | a0b609aa10a6001cea35c8b0aae0e5354fae86ec /scripts | |
parent | 077e8064b5bbb275a9f36921a009772ee448013a (diff) | |
download | upstream-2c2cc4bb67cd3c02ca733708d9bb4d34a6ceed3e.tar.gz upstream-2c2cc4bb67cd3c02ca733708d9bb4d34a6ceed3e.tar.bz2 upstream-2c2cc4bb67cd3c02ca733708d9bb4d34a6ceed3e.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>
(cherry picked from commit e89c85249e311e9a376d07cda33c9dc39b12a906)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkits.sh | 2 |
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\"); |