Skip to content

Commit

Permalink
refresh 5.14 rc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
quintus-lab committed Aug 23, 2021
1 parent dd9c660 commit a1e87b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions patches/2001-add-5.14-support.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From 932c8334da689c752cf343785375274e526296f1 Mon Sep 17 00:00:00 2001
From: Quintus Chu <ardanzhu@gmail.com>
Date: Mon, 16 Aug 2021 14:27:32 +0800
From dab4f3ac07ea2e615c9c4fb148fe7eb079ebc0fd Mon Sep 17 00:00:00 2001
From: quintus-lab<noreply@github.com>
Date: Tue, 24 Aug 2021 00:16:28 +0800
Subject: [PATCH 1/3] add 5.14 support

---
Expand Down Expand Up @@ -241,20 +241,20 @@ Subject: [PATCH 1/3] add 5.14 support
create mode 100644 target/linux/generic/pending-5.14/920-mangle_bootargs.patch

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 013ee6ac4d..7d6e485dce 100644
index 6e7ad9d1a9..f6300eff64 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif

LINUX_VERSION-5.4 = .140
LINUX_VERSION-5.4 = .142
-LINUX_VERSION-5.10 = .60
+LINUX_VERSION-5.14 = -rc7

LINUX_KERNEL_HASH-5.4.140 = 2c657a2df4f2e805ac50aeb39ecf5d1e4cb1501e7fcf15eafd14486b587f7e43
LINUX_KERNEL_HASH-5.4.142 = 99785728968564ba27c7e552d024b560072dcbc885540912eabb5c021e231451
-LINUX_KERNEL_HASH-5.10.60 = 696ff7753f6c7c5123dbcb0a22d693cb358c760c61a76649531b6a207155f78d
+LINUX_KERNEL_HASH-5.14-rc7 = cde1ef122a52199dc36fda0ba1127dbbb936c1687024ef6209d1f068de2674e0

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
2 changes: 1 addition & 1 deletion patches/2002-rockchip-add-5.14-support.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From 779e642d3bd85cb6469726b84c8661a815f88649 Mon Sep 17 00:00:00 2001
From: Quintus Chu <ardanzhu@gmail.com>
From: quintus-lab<noreply@github.com>
Date: Mon, 16 Aug 2021 14:28:28 +0800
Subject: [PATCH 2/3] rockchip add 5.14 support

Expand Down
2 changes: 1 addition & 1 deletion patches/2003-mod-for-k514.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From 612fec9271b6dcffe2ff2e6a60c5fbb3fbd9f7c4 Mon Sep 17 00:00:00 2001
From: Quintus Chu <ardanzhu@gmail.com>
From: quintus-lab<noreply@github.com>
Date: Tue, 20 Jul 2021 19:56:44 +0800
Subject: [PATCH 3/3] mod for k514

Expand Down

0 comments on commit a1e87b1

Please sign in to comment.