From 476e202403995fdd422c18361911ea2970b46d5d Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 3 Jul 2023 17:51:56 +0200 Subject: [PATCH] Revert RISC-V: sunset allwinner kernel flavour According to the kernel team the Linux Meta package linux-allwinner shall continue to be supplied. It will depend on generic packages. Signed-off-by: Heinrich Schuchardt --- live-build/auto/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live-build/auto/config b/live-build/auto/config index 9195b6fc..df0da864 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1131,6 +1131,9 @@ case $PROJECT in riscv64*) if [ -n "$SUBARCH" ]; then case "${SUBARCH:-}" in + nezha|licheerv) + KERNEL_FLAVOURS=allwinner + ;; visionfive) KERNEL_FLAVOURS=starfive ;;