Skip to content

Commit

Permalink
Update 2001-add-5.14-support.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
quintus-lab committed Dec 17, 2021
1 parent a0c288e commit 1e0e7f8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions patches/2001-add-5.14-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,13 @@ index 734dbeda92..74d873e2ab 100644
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif

LINUX_VERSION-5.4 = .152
-LINUX_VERSION-5.10 = .72
+LINUX_VERSION-5.14 = .14

LINUX_KERNEL_HASH-5.4.152 = 8044c7134c5eed21af9662f1c5399a5d8781b5bc2d8979e9ad06b4435a0a5ed5
-LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c
+LINUX_KERNEL_HASH-5.14.14 = 4dff4e96d4052195002538027f8a810411ba6116a41bff5575952702d509d06a
LINUX_VERSION-5.4 = .162
-LINUX_VERSION-5.10 = .83
+LINUX_VERSION-5.14 = .21

LINUX_KERNEL_HASH-5.4.162 = c12d72ddaac78189305a5e98825295ecb02282970033b052276035e83189e25b
-LINUX_KERNEL_HASH-5.10.83 = ef259a43f33ddb56001283f4f4e50af29b8a48fa066aed7371a90ebf38c29b70
+LINUX_KERNEL_HASH-5.14.21 = f41a259cb2002dd2e3286524b2bb4e803f4f982992d092706ecea613584023b3
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
diff --git a/include/netfilter.mk b/include/netfilter.mk
Expand Down

0 comments on commit 1e0e7f8

Please sign in to comment.