Legacy lite iso defconfig (#428)

* Created minimal i586 compatible defconfig

* Refined minimal i586 defconfig, and added missing shell interpreter
This commit is contained in:
Fabian Druschke
2026-01-16 01:06:36 +01:00
committed by GitHub
parent 92aa64707d
commit 6708c3f861
4 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1 @@
kernel-defconfig

12
board/shredos/post-build.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -eu
TARGET_DIR="$1"
# häufige Pfade
rm -rf \
"$TARGET_DIR/usr/lib/kselftests" \
"$TARGET_DIR/usr/libexec/kselftests" \
"$TARGET_DIR/usr/share/kselftests" \
"$TARGET_DIR/kselftests" \
"$TARGET_DIR/opt/kselftests" || true