From 1d69471598a2cdb4a8731f6c71ae629bec1f6db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferass=20El=C2=A0Hafidi?= Date: Sat, 22 Jun 2024 19:22:18 +0200 Subject: [PATCH] linux-postmarketos-amlogic: enable CONFIG_NLS_ASCII (MR 5271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without it some devices will fail to mount the boot partition: FAT-fs (mmcblk1p1): IO charset ascii not found Also disable CONFIG_RT_GROUP_SCHED. Reported-by: Anton Bambura Signed-off-by: Ferass El Hafidi [ci:skip-build]: already built successfully in CI --- device/testing/linux-postmarketos-amlogic/APKBUILD | 4 ++-- .../config-postmarketos-amlogic.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device/testing/linux-postmarketos-amlogic/APKBUILD b/device/testing/linux-postmarketos-amlogic/APKBUILD index dca95fed2..5158fd145 100644 --- a/device/testing/linux-postmarketos-amlogic/APKBUILD +++ b/device/testing/linux-postmarketos-amlogic/APKBUILD @@ -4,7 +4,7 @@ # Co-Maintainer: exkc pkgname=linux-postmarketos-amlogic pkgver=6.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="Mainline kernel for Amlogic devices" arch="aarch64" _carch="arm64" @@ -66,7 +66,7 @@ package() { sha512sums=" fbc834f3f0af9557f17eebc65d9a8f9dc47ff28489f59e83233172e42a0262746dec1b6adfe431fc6eaf202e7c6e8912f621aef96863d410f2d5ce7bd122b46e linux-postmarketos-amlogic-6.8.4.tar.xz -012919068d6dd30f3d57fa3614069a02ccacf927caad0a1963259264314ef3cde083c483d696ea3839e39bf5464588fa4b5a960e849df58ab0c54d81d3e3590e config-postmarketos-amlogic.aarch64 +b7ee12a849d55da6e6ef8a5545f421e40b1848d20ac9c675ed86a0951c2e22064b5e0911207d3cd4bad15fcaf2b823433bdc8a95ef1ae4fdbfe55a79e87f9ca4 config-postmarketos-amlogic.aarch64 2c40c1c32eec37c33034f7c11a0423ce6a752cfb98bab38198a64c20f24545436c3a53f0d50c60236518585d42489314123636395242b3d013d51d65f1977a51 0001-ARM64-dts-meson-gxl-add-support-for-the-Xiaomi-Mi-Bo.patch 4538994c7d3bbb0c4740e8ce108b6838618be239a549e407ca239f3ceca8eed29b5a9ca75d162567dbc06b13ac7caacc61ebf55b247ce6fe122fecc7e5b275d5 0002-add-x96-mini-support.patch 222e7c12dbeb931f325b7d4a306c2f1e835992b5503ba3ab387a0b006e0fb2226291d93f32aec8ac7b2f6cf15704f20ef3285bb9bafe7374b11a034639d786ef 0003-add-initial-support-for-zte-b860hv5.patch diff --git a/device/testing/linux-postmarketos-amlogic/config-postmarketos-amlogic.aarch64 b/device/testing/linux-postmarketos-amlogic/config-postmarketos-amlogic.aarch64 index 25b2238fc..e80af0493 100644 --- a/device/testing/linux-postmarketos-amlogic/config-postmarketos-amlogic.aarch64 +++ b/device/testing/linux-postmarketos-amlogic/config-postmarketos-amlogic.aarch64 @@ -178,7 +178,7 @@ CONFIG_CGROUP_WRITEBACK=y CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y CONFIG_CFS_BANDWIDTH=y -CONFIG_RT_GROUP_SCHED=y +# CONFIG_RT_GROUP_SCHED is not set CONFIG_SCHED_MM_CID=y CONFIG_UCLAMP_TASK_GROUP=y CONFIG_CGROUP_PIDS=y @@ -7959,7 +7959,7 @@ CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set -# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set