Skip to content

Commit

Permalink
Mimic hash for 23.05 kernel to avoid warning on module install
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Dec 3, 2023
1 parent 3a0b930 commit 71ca9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/kernel-defaults.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ define Kernel/Configure/Default
cp $(LINUX_DIR)/.config.set $(LINUX_DIR)/.config.prev; \
}
$(_SINGLE) [ -d $(LINUX_DIR)/user_headers ] || $(KERNEL_MAKE) $(if $(findstring uml,$(BOARD)),ARCH=$(ARCH)) INSTALL_HDR_PATH=$(LINUX_DIR)/user_headers headers_install
grep '=[ym]' $(LINUX_DIR)/.config.set | LC_ALL=C sort | $(MKHASH) md5 > $(LINUX_DIR)/.vermagic
#grep '=[ym]' $(LINUX_DIR)/.config.set | LC_ALL=C sort | $(MKHASH) md5 > $(LINUX_DIR)/.vermagic
grep '=[ym]' $(LINUX_DIR)/.config.set | LC_ALL=C sort | echo "62ce3853d172c2dfcb10d9f1a4ae191d" > $(LINUX_DIR)/.vermagic
endef

define Kernel/Configure/Initramfs
Expand Down

0 comments on commit 71ca9f9

Please sign in to comment.