From 0d2efddca62d6ffbabbf9ba7bf81d33140fb8ebd Mon Sep 17 00:00:00 2001 From: cronyx Date: Wed, 23 Feb 2022 10:40:28 +0300 Subject: [PATCH 1/2] revert remove libstdc++ --- scripts/executing_commands_for_musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/executing_commands_for_musl.sh b/scripts/executing_commands_for_musl.sh index 0058c536..39c5476f 100755 --- a/scripts/executing_commands_for_musl.sh +++ b/scripts/executing_commands_for_musl.sh @@ -13,5 +13,5 @@ ln -sfv /lib/libc.so ${TARGET_DIR}/lib/ld-uClibc.so.0 ln -sfv ../../lib/libc.so ${TARGET_DIR}/usr/bin/ldd # # Comment out this line if you want to save the libraries -# rm -f ${TARGET_DIR}/usr/lib/libstdc++* +rm -f ${TARGET_DIR}/usr/lib/libstdc++* # From c1dcdfa7c565fca5a240b878786335e4ebdc9f37 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Wed, 23 Feb 2022 13:02:03 +0300 Subject: [PATCH 2/2] [Anyka] rename kernel patches --- ..._ak3918_kernel-3.4.35.patch => 001-ak3918-kernel-3.4.35.patch} | 0 ..._computers.patch => 002-fix-yylloc-for-modern-computers.patch} | 0 ...verlayfs.v13-3.4-rc7.patch => 003-overlayfs-v13-3.4-rc7.patch} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename br-ext-chip-anyka/board/ak3918ev200/kernel/patches/{00_ak3918_kernel-3.4.35.patch => 001-ak3918-kernel-3.4.35.patch} (100%) rename br-ext-chip-anyka/board/ak3918ev200/kernel/patches/{11_fix_yylloc_for_modern_computers.patch => 002-fix-yylloc-for-modern-computers.patch} (100%) rename br-ext-chip-anyka/board/ak3918ev200/kernel/patches/{overlayfs.v13-3.4-rc7.patch => 003-overlayfs-v13-3.4-rc7.patch} (100%) diff --git a/br-ext-chip-anyka/board/ak3918ev200/kernel/patches/00_ak3918_kernel-3.4.35.patch b/br-ext-chip-anyka/board/ak3918ev200/kernel/patches/001-ak3918-kernel-3.4.35.patch similarity index 100% rename from br-ext-chip-anyka/board/ak3918ev200/kernel/patches/00_ak3918_kernel-3.4.35.patch rename to br-ext-chip-anyka/board/ak3918ev200/kernel/patches/001-ak3918-kernel-3.4.35.patch diff --git a/br-ext-chip-anyka/board/ak3918ev200/kernel/patches/11_fix_yylloc_for_modern_computers.patch b/br-ext-chip-anyka/board/ak3918ev200/kernel/patches/002-fix-yylloc-for-modern-computers.patch similarity index 100% rename from br-ext-chip-anyka/board/ak3918ev200/kernel/patches/11_fix_yylloc_for_modern_computers.patch rename to br-ext-chip-anyka/board/ak3918ev200/kernel/patches/002-fix-yylloc-for-modern-computers.patch diff --git a/br-ext-chip-anyka/board/ak3918ev200/kernel/patches/overlayfs.v13-3.4-rc7.patch b/br-ext-chip-anyka/board/ak3918ev200/kernel/patches/003-overlayfs-v13-3.4-rc7.patch similarity index 100% rename from br-ext-chip-anyka/board/ak3918ev200/kernel/patches/overlayfs.v13-3.4-rc7.patch rename to br-ext-chip-anyka/board/ak3918ev200/kernel/patches/003-overlayfs-v13-3.4-rc7.patch