summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-08-07 16:43:18 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-08 17:20:43 +0200
commitf9ffdf882531fb2d9d3fe27b59b0c1680039c8f8 (patch)
tree9b8441490af03e3dd92a8c328cc618b74db5532b /include
parent35e9edc3dfef7a05934a429895989e6d459bc3e5 (diff)
downloadopenwrt-f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8.tar.gz
openwrt-f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8.tar.bz2
openwrt-f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8.zip
kernel: update kernel 4.9 to version 4.9.232
821-usb-Remove-annoying-warning-about-bogus-URB.patch does not apply any more and was also deleted in master and nobody complained. ;-) Compile and runtime tested on lantiq/xrx200. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-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 9602912bdb..07b056fb5b 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,10 +2,10 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.9 = .229
+LINUX_VERSION-4.9 = .232
LINUX_VERSION-4.14 = .193
-LINUX_KERNEL_HASH-4.9.229 = 3256c2835fd95a1a739603e78b02d363eac2ce73a39fa19b13b32da4fc370fdc
+LINUX_KERNEL_HASH-4.9.232 = 58f472e82345dc719a1d6d7bae01e5aa73387cd83308acd2c92371f7d5bc4f60
LINUX_KERNEL_HASH-4.14.193 = 0b0fb41d4430e1a42738b341cbfd2f41951aa5cd02acabbd53f076119c8b9f03
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))