aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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\");