summaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-02-16 17:50:59 +0100
committerPetr Štetiar <ynezz@true.cz>2022-02-16 21:47:59 +0100
commit2a3558b0de17f65b6c81a0e10e4d0b2e17071727 (patch)
treec1f598414d139c9d9460ec02da9f9feb2191aee5 /include/kernel-version.mk
parent3b6ce4f634cccf6517dacd4299917acd703c4bc1 (diff)
downloadopenwrt-2a3558b0de17f65b6c81a0e10e4d0b2e17071727.tar.gz
openwrt-2a3558b0de17f65b6c81a0e10e4d0b2e17071727.tar.bz2
openwrt-2a3558b0de17f65b6c81a0e10e4d0b2e17071727.zip
kernel: bump 4.14 to 4.14.267
All patches refreshed automagically without conflicts, but test builds choked on new BPF_UNPRIV_DEFAULT_OFF kernel config symbol introduced in upstream commit e69f08ba23a3 ("bpf: Add kconfig knob for disabling unpriv bpf by default"). Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 466d3d76d9..e226bc4d91 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-4.14 = .266
+LINUX_VERSION-4.14 = .267
-LINUX_KERNEL_HASH-4.14.266 = 4f0e1377efd969f9117edd06e749415f1d636bc012533df170d46c89f8c7cf58
+LINUX_KERNEL_HASH-4.14.267 = 8c343f885cfe25a51a8d40595afe5268ce09eaf8f531f9546ecf20831924188e
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))