aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-05-03 18:04:46 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-05-03 18:04:46 +0000
commit079ab1e22ae16a739bc87caa8d284a671f109959 (patch)
tree965917b0b92e4b2fee98e712a185a7f947bed51b /include/kernel-version.mk
parente7cb95c5c63a050b8cf63e797a0acaeab6cfb834 (diff)
downloadupstream-079ab1e22ae16a739bc87caa8d284a671f109959.tar.gz
upstream-079ab1e22ae16a739bc87caa8d284a671f109959.tar.bz2
upstream-079ab1e22ae16a739bc87caa8d284a671f109959.zip
generic/4.0: update to 4.0.1
Also refresh one patch. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45601 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 de20fefd80..906727200f 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .11
-LINUX_VERSION-4.0 =
+LINUX_VERSION-4.0 = .1
LINUX_KERNEL_MD5SUM-3.18.11 = 2def91951c9cedf7896efb864e0c090c
-LINUX_KERNEL_MD5SUM-4.0 = a86916bd12798220da9eb4a1eec3616d
+LINUX_KERNEL_MD5SUM-4.0.1 = ea7fc80310be8a5b43b2c6dfa5c4169f
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))