]> git.zerfleddert.de Git - m1-debian/commitdiff
bump kernel version and disable debug info
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 14 Dec 2022 16:03:15 +0000 (17:03 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 14 Dec 2022 16:03:15 +0000 (17:03 +0100)
config.txt
m1n1_uboot_kernel.sh
patch_kernel_config.pl

index 0c12c1900efb1c115859f70fcfb8b77909c3920f..d5856a18c226e1d5a992c8187fc491a3a995af18 100644 (file)
@@ -454,7 +454,7 @@ CONFIG_BLK_MQ_VIRTIO=y
 CONFIG_6LOWPAN_NHC_ROUTING=m
 CONFIG_IR_MESON=m
 CONFIG_SENSORS_LIS3LV02D=m
-CONFIG_DEBUG_INFO=y
+CONFIG_DEBUG_INFO=n
 CONFIG_SFC_SRIOV=y
 CONFIG_VIDEO_V4L2_SUBDEV_API=y
 CONFIG_CHELSIO_T4=m
index 2346db3e885d95752478f6e9a2ecc5d63078a73d..ace17ac578627a8f5c6132d23b7c4f5af79db205 100644 (file)
@@ -22,7 +22,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.1-rc8-3;
+        git reset --hard asahi-6.1-2;
         cat ../../config.txt > .config
         make LLVM=-15 rustavailable
         make LLVM=-15 olddefconfig
index f56cb1ddcec176a8c6499de9d6d5b57ffc2795fb..c8fd1af80b328607c98e28ad8126d1a3b7cee375 100644 (file)
@@ -37,6 +37,7 @@ my %asahi_options = (
         'CONFIG_CHARGER_MACSMC' => 'y',
         'CONFIG_COMMON_CLK_APPLE_NCO' => 'y',
         'CONFIG_CONSTRUCTORS' => 'y',
+        'CONFIG_DEBUG_INFO' => 'n',
         'CONFIG_DEBUG_INFO_BTF' => 'n',
         'CONFIG_DRM' => 'y',
         'CONFIG_DRM_APPLE' => 'y',
Impressum, Datenschutz