We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b90d0f commit 8676d55Copy full SHA for 8676d55
mk/external.mk
@@ -112,7 +112,7 @@ BUILDROOT_DATA_SHA1 = e678801287ab68369af1731dcf1acc39e4adccff
112
LINUX_VERSION = linux-6.1.y
113
LINUX_DATA = /tmp/linux
114
LINUX_DATA_URL = git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git $(LINUX_DATA) -b $(LINUX_VERSION) --depth=1
115
-LINUX_DATA_SHA1 = 43b6b7fbf9231656d7b65f118445996172250fc0
+LINUX_DATA_SHA1 = a3c5b38dc9ea0029876e12316af593f6a9e474a1
116
117
define download-extract-verify
118
$($(T)_DATA):
0 commit comments