diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-06-30 23:26:09 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-06-30 23:26:09 +0000 |
commit | 901a7fa067c63a81eda14becfffa1bbd79009e33 (patch) | |
tree | 6d0baf583d89eec283789e912136ad8de58f42d4 /target/linux/ramips/patches-3.18 | |
parent | ad80d3869dd67d8e71581f7e0028bb0238901fda (diff) | |
download | upstream-901a7fa067c63a81eda14becfffa1bbd79009e33.tar.gz upstream-901a7fa067c63a81eda14becfffa1bbd79009e33.tar.bz2 upstream-901a7fa067c63a81eda14becfffa1bbd79009e33.zip |
kernel: update 3.18 to 3.18.17
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.17
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46150
Diffstat (limited to 'target/linux/ramips/patches-3.18')
-rw-r--r-- | target/linux/ramips/patches-3.18/999-cevt.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/ramips/patches-3.18/999-cevt.patch b/target/linux/ramips/patches-3.18/999-cevt.patch index dbab46791e..192afe4b8a 100644 --- a/target/linux/ramips/patches-3.18/999-cevt.patch +++ b/target/linux/ramips/patches-3.18/999-cevt.patch @@ -1,8 +1,6 @@ -Index: linux-3.18.16/arch/mips/ralink/cevt-rt3352.c -=================================================================== ---- linux-3.18.16.orig/arch/mips/ralink/cevt-rt3352.c 2015-06-14 09:10:18.544132719 +0200 -+++ linux-3.18.16/arch/mips/ralink/cevt-rt3352.c 2015-06-18 13:30:04.830117077 +0200 -@@ -53,8 +53,7 @@ +--- a/arch/mips/ralink/cevt-rt3352.c ++++ b/arch/mips/ralink/cevt-rt3352.c +@@ -53,8 +53,7 @@ static int systick_next_event(unsigned l sdev = container_of(evt, struct systick_device, dev); count = ioread32(sdev->membase + SYSTICK_COUNT); |