scripts/mkits.sh: replace forgotten '-' with ${REFERENCE_CHAR}
[openwrt/staging/stintel.git] / scripts / mkits.sh
index f6699384ee6b14ba2cd95d199c6051e10f4ae87a..7bf5681addf097c40e60a93131e6836fdd37a193 100755 (executable)
@@ -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\");