diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-10 11:37:42 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-10 14:46:25 +0200 |
commit | 86a3d2604f2439d8cd94347ac3e4672b04c6d74a (patch) | |
tree | 2428b188a57bf08ebe09e0da7c6a8a678e09236a | |
parent | ae2a3a1d8078cbbc4655310828006a239de66616 (diff) | |
download | upstream-86a3d2604f2439d8cd94347ac3e4672b04c6d74a.tar.gz upstream-86a3d2604f2439d8cd94347ac3e4672b04c6d74a.tar.bz2 upstream-86a3d2604f2439d8cd94347ac3e4672b04c6d74a.zip |
kernel: bump 4.9 to 4.9.132
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
-rw-r--r-- | include/kernel-version.mk | 4 | ||||
-rw-r--r-- | target/linux/lantiq/patches-4.9/0030-GPIO-add-named-gpio-exports.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 05cbc9a17e..11b95e1eb7 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,10 +2,10 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.9 = .131 +LINUX_VERSION-4.9 = .132 LINUX_VERSION-4.14 = .74 -LINUX_KERNEL_HASH-4.9.131 = 57db3295469d3990af93703a97b07f1e8a14920bf3f5b68ce0330a02e7aa5d60 +LINUX_KERNEL_HASH-4.9.132 = 67e66ae14595b3c93f228c417463e5436b9d64f5e9dfd3b92b7e24714d1ee5d3 LINUX_KERNEL_HASH-4.14.74 = 70e69189fd7b2f96fa33833735c7bcf3281dc0172c3734e2c5819e9d57015c72 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) diff --git a/target/linux/lantiq/patches-4.9/0030-GPIO-add-named-gpio-exports.patch b/target/linux/lantiq/patches-4.9/0030-GPIO-add-named-gpio-exports.patch index e2a421b27e..e205ed057d 100644 --- a/target/linux/lantiq/patches-4.9/0030-GPIO-add-named-gpio-exports.patch +++ b/target/linux/lantiq/patches-4.9/0030-GPIO-add-named-gpio-exports.patch @@ -22,7 +22,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> #include "gpiolib.h" -@@ -538,3 +540,73 @@ void of_gpiochip_remove(struct gpio_chip +@@ -539,3 +541,73 @@ void of_gpiochip_remove(struct gpio_chip gpiochip_remove_pin_ranges(chip); of_node_put(chip->of_node); } |