diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-26 16:02:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-05-26 16:02:34 +0000 |
commit | 8f259896d1a5f2eeb9fc4a1e503e9c614b571795 (patch) | |
tree | e4c05f4e25e84ea19a6b406b763b4ba532a24b1b /include | |
parent | 590f53b2354641ce8b0c1e2755baf5f752d4f6d6 (diff) | |
download | upstream-8f259896d1a5f2eeb9fc4a1e503e9c614b571795.tar.gz upstream-8f259896d1a5f2eeb9fc4a1e503e9c614b571795.tar.bz2 upstream-8f259896d1a5f2eeb9fc4a1e503e9c614b571795.zip |
kernel: update linux 3.9 to 3.9.4
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36725 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 ca6fc124ee..c5940f6ff6 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -14,8 +14,8 @@ endif ifeq ($(LINUX_VERSION),3.8.13) LINUX_KERNEL_MD5SUM:=2af19d06cd47ec459519159cdd10542d endif -ifeq ($(LINUX_VERSION),3.9.3) - LINUX_KERNEL_MD5SUM:=266e58f4e2f68f48b906ae109aba4dea +ifeq ($(LINUX_VERSION),3.9.4) + LINUX_KERNEL_MD5SUM:=053095dfe88fbd52e7cc8db302631d99 endif # disable the md5sum check for unknown kernel versions |