From 18023cd9260103efbf1bc89488d2c7bfac082605 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 27 Jul 2022 10:54:45 +0200 Subject: [PATCH] UBUNTU: [Config] Fix CONFIG_CPU_LITTLE_ENDIAN annotation The CONFIG_CPU_LITTLE_ENDIAN option has a , where there should have been a : in the policy. Signed-off-by: Emil Renner Berthing Signed-off-by: Andrea Righi --- debian.master/config/annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 096d9e522abd..0d7a74dc4811 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -10612,7 +10612,7 @@ CONFIG_UNIXWARE_DISKLABEL policy<{'amd64': 'y', 'arm64': ' # Menu: Endianness selection CONFIG_CPU_BIG_ENDIAN policy<{'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 's390x': 'y'}> -CONFIG_CPU_LITTLE_ENDIAN policy<{'arm64': 'y', 'armhf', 'y', 'ppc64el': 'y'}> +CONFIG_CPU_LITTLE_ENDIAN policy<{'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> # Menu: Endianness selection >> Architecture: powerpc