Skip to content

Commit b59c0e2

Browse files
committed
Remove leftover Linux 6.11.9 patches
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
1 parent de79d2a commit b59c0e2

3 files changed

Lines changed: 3 additions & 56 deletions

File tree

modules/linux

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ linux_hash := 40f014d53e81f204f6d2a364aae4201ae07970dd1b70dc602d7c66c1a140f558
3434
else ifeq "$(CONFIG_LINUX_VERSION)" "6.1.8"
3535
linux_version := 6.1.8
3636
linux_hash := b60bb53ab8ba370a270454b11e93d41af29126fc72bd6ede517673e2e57b816d
37-
else ifeq "$(CONFIG_LINUX_VERSION)" "6.11.9"
38-
linux_version := 6.11.9
39-
linux_hash := 75658a7aa3bd9598c96ee1e5862c5e1d34fced75c28d825c727a1510a6f384b4
4037
else
4138
$(error "$(BOARD): does not specify linux kernel version under CONFIG_LINUX_VERSION")
42-
endif
39+
endif
4340

4441
linux_base_dir := linux-$(linux_version)
4542

@@ -222,7 +219,7 @@ $(build)/$(BOARD)/$(LINUX_IMAGE_FILE).bundled: \
222219

223220
# modify_and_save_defconfig_in_place target allows us edit current in tree config
224221
# under linux decompressed+patched directory through menuconfig
225-
# and put it back in git tree to check changes with git difftool iteratively
222+
# and put it back in git tree to check changes with git difftool iteratively
226223
linux.modify_and_save_defconfig_in_place:
227224
cp "$(pwd)/$(linux_kconfig)" "$(build)/$(linux_dir)/.config" && \
228225
$(MAKE) \
@@ -307,7 +304,7 @@ linux.save_in_versioned_oldconfig:
307304
# Then bump board config's CONFIG_LINUX_VERSION. build as usual to extract new linux tarball.
308305
# Then call make BOARD=xyz linux.prompt_for_new_config_options_for_kernel_version_bump
309306
#The following ask new config choice for all new symbols that should be evaluated prior of creating PR
310-
# Tip: Open a browser at https://www.kernelconfig.io/index.html
307+
# Tip: Open a browser at https://www.kernelconfig.io/index.html
311308
linux.prompt_for_new_config_options_for_kernel_version_bump:
312309
mkdir -p "$(build)/$(linux_dir)" \
313310
&& cp "$(pwd)/$(linux_kconfig)" "$(build)/$(linux_dir)/.config" \

patches/linux-6.11.9/0001-fake-acpi.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.

patches/linux-6.11.9/0010-winterfell-ahci.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)