Re: [OpenWrt-Devel] [PATCH] x86_64: fix PARTUUID format with leading zeros
Applied in r44959 - thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
[OpenWrt-Devel] [PATCH] x86_64: fix PARTUUID format with leading zeros
Otherwise the root device won't be found in 1/16 of the generated images (whenever the signature starts with a zero digit). Signed-off-by: Matthias Schiffer --- target/linux/x86_64/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86_64/image/Makefi