]> git.zerfleddert.de Git - m1-debian/commitdiff
enable autofs in mps kernel config
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 8 Dec 2022 20:12:20 +0000 (21:12 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 8 Dec 2022 20:12:20 +0000 (21:12 +0100)
config-gpu.txt
gpu.sh

index 0a7a0d5381986192c491c506b3046ae0b52f2e87..4a8dc0d64255dfb203f3a234288dd4a44d3a5faf 100644 (file)
@@ -5543,7 +5543,7 @@ CONFIG_FANOTIFY=y
 CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
 # CONFIG_QUOTA is not set
 # CONFIG_AUTOFS4_FS is not set
-# CONFIG_AUTOFS_FS is not set
+CONFIG_AUTOFS_FS=m
 CONFIG_FUSE_FS=m
 CONFIG_CUSE=m
 CONFIG_VIRTIO_FS=m
diff --git a/gpu.sh b/gpu.sh
index 4789b2c4ab07edbaf51cd13586c603f0e743c3db..51ac4deafcb0d0442bd9418feee7da1208e60000 100644 (file)
--- a/gpu.sh
+++ b/gpu.sh
@@ -12,16 +12,6 @@ cd "$(dirname "$0")"
 unset LC_CTYPE
 unset LANG
 
-handle_crosscompile()
-{
-        if [ "`uname -m`" != 'aarch64' ]; then
-                export ARCH=arm64
-                export CROSS_COMPILE=aarch64-linux-gnu-
-                export DEBOOTSTRAP=qemu-debootstrap
-                sudo apt install -y libc6-dev-arm64-cross
-        fi
-}
-
 build_linux()
 {
 (
@@ -31,8 +21,8 @@ build_linux()
         git reset --hard asahi-6.1-rc8-3;
         source "$HOME/.cargo/env"
         cat ../../config-gpu.txt > .config
-        make LLVM=-14 olddefconfig
-        make -j `nproc` LLVM=-14 V=0 bindeb-pkg > /dev/null
+        make LLVM=-15 olddefconfig
+        make -j `nproc` LLVM=-15 V=0 bindeb-pkg > /dev/null
 )
 }
 
@@ -64,7 +54,6 @@ build_uboot()
 mkdir -p build
 cd build
 
-handle_crosscompile
 build_linux
 build_m1n1
 build_uboot
Impressum, Datenschutz