From 612569c3a76770d75a8da4c7c38a62d69fd47785 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 16 Mar 2022 20:44:12 +0100 Subject: [PATCH] distro kernel config is not yet working due to missing usb --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4a8ef80..5240777 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -29,8 +29,8 @@ build_linux() git reset --hard origin/asahi; git clean -f -x -d &> /dev/null curl -s https://tg.st/u/40c9642c7569c52189f84621316fc9149979ee65.patch | git am - curl -s https://tg.st/u/0001-4k-iommu-patch-2022-03-11.patch | git am - - # curl -s https://tg.st/u/config-2022-03-15-4k > .config - curl -s https://tg.st/u/config-debian-distro-kernel-2022-03-09-4k > .config + curl -s https://tg.st/u/config-2022-03-15-4k > .config + # curl -s https://tg.st/u/config-debian-distro-kernel-2022-03-09-4k > .config make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null ) -- 2.39.2