scripts/mkits.sh: replace forgotten '-' with ${REFERENCE_CHAR}
Cosmetical change to improve style in mkits.sh. Fixes:fd67908647("scripts: mkits.sh: Allow legacy @ mode for dts creation") Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commite89c85249e)
This commit is contained in:
		| @@ -137,7 +137,7 @@ fi | |||||||
| if [ -n "${ROOTFS}" ]; then | if [ -n "${ROOTFS}" ]; then | ||||||
| 	dd if="${ROOTFS}" of="${ROOTFS}.pagesync" bs=4096 conv=sync | 	dd if="${ROOTFS}" of="${ROOTFS}.pagesync" bs=4096 conv=sync | ||||||
| 	ROOTFS_NODE=" | 	ROOTFS_NODE=" | ||||||
| 		rootfs-$ROOTFSNUM { | 		rootfs${REFERENCE_CHAR}$ROOTFSNUM { | ||||||
| 			description = \"${ARCH_UPPER} OpenWrt ${DEVICE} rootfs\"; | 			description = \"${ARCH_UPPER} OpenWrt ${DEVICE} rootfs\"; | ||||||
| 			${COMPATIBLE_PROP} | 			${COMPATIBLE_PROP} | ||||||
| 			data = /incbin/(\"${ROOTFS}.pagesync\"); | 			data = /incbin/(\"${ROOTFS}.pagesync\"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Golle
					Daniel Golle