fix(linux-6.12.74): use files/config.txt as .config instead of defconfig

This commit is contained in:
vxtls 2026-03-18 08:36:06 -04:00
parent 962bc741aa
commit 277de656ad
2 changed files with 5426 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@ src_prepare() {
} }
src_configure() { src_configure() {
kernel_make defconfig cp config.txt .config
} }
src_compile() { src_compile() {