@@ -34,12 +34,9 @@ linux_hash := 40f014d53e81f204f6d2a364aae4201ae07970dd1b70dc602d7c66c1a140f558
3434else ifeq "$(CONFIG_LINUX_VERSION)" "6.1.8"
3535linux_version := 6.1.8
3636linux_hash := b60bb53ab8ba370a270454b11e93d41af29126fc72bd6ede517673e2e57b816d
37- else ifeq "$(CONFIG_LINUX_VERSION)" "6.11.9"
38- linux_version := 6.11.9
39- linux_hash := 75658a7aa3bd9598c96ee1e5862c5e1d34fced75c28d825c727a1510a6f384b4
4037else
4138$(error "$(BOARD): does not specify linux kernel version under CONFIG_LINUX_VERSION")
42- endif
39+ endif
4340
4441linux_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
226223linux.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
311308linux.prompt_for_new_config_options_for_kernel_version_bump:
312309 mkdir -p "$(build)/$(linux_dir)" \
313310 && cp "$(pwd)/$(linux_kconfig)" "$(build)/$(linux_dir)/.config" \
0 commit comments