diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-02-14 10:45:12 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-02-14 10:45:12 +0000 |
commit | 4893c0c7f734311b70d686362063e5333a86ac17 (patch) | |
tree | 4b592c70237f6a0e2e44a60845269ef1a46ebdd9 /include/kernel-version.mk | |
parent | 285348e0868ac6d84acb6b3caa45aa9afdb87196 (diff) | |
download | upstream-4893c0c7f734311b70d686362063e5333a86ac17.tar.gz upstream-4893c0c7f734311b70d686362063e5333a86ac17.tar.bz2 upstream-4893c0c7f734311b70d686362063e5333a86ac17.zip |
generic: upgrade to 3.18.7
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44442
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index ec045021b9..c46f0da376 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,14 +6,14 @@ LINUX_VERSION-3.8 = .13 LINUX_VERSION-3.10 = .58 LINUX_VERSION-3.13 = .7 LINUX_VERSION-3.14 = .32 -LINUX_VERSION-3.18 = .6 +LINUX_VERSION-3.18 = .7 LINUX_VERSION-3.19 = LINUX_KERNEL_MD5SUM-3.8.13 = 2af19d06cd47ec459519159cdd10542d LINUX_KERNEL_MD5SUM-3.10.58 = 3ff3478b6351143cef22d4b81cf48b01 LINUX_KERNEL_MD5SUM-3.13.7 = 370adced5e5c1cb1d0d621c2dae2723f LINUX_KERNEL_MD5SUM-3.14.32 = 3178fb8f6f1eafcffdd730fec68754f8 -LINUX_KERNEL_MD5SUM-3.18.6 = 997c8492ebfdc9bb9e6ed8d4945539dd +LINUX_KERNEL_MD5SUM-3.18.6 = b4ff3e1d591f7464e678c43d421c85fc LINUX_KERNEL_MD5SUM-3.19 = d3fc8316d4d4d04b65cbc2d70799e763 ifdef KERNEL_PATCHVER |