diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-24 17:03:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-24 17:03:03 +0000 |
commit | 78b101cefcb03506e5f49cc5c4f3c0665ffeea09 (patch) | |
tree | c2228fd046d3794a08f432a5cc8ece8f9ad43a40 /include/kernel-version.mk | |
parent | 74430f7bafa44d66b8e7347be6396190e7f26702 (diff) | |
download | upstream-78b101cefcb03506e5f49cc5c4f3c0665ffeea09.tar.gz upstream-78b101cefcb03506e5f49cc5c4f3c0665ffeea09.tar.bz2 upstream-78b101cefcb03506e5f49cc5c4f3c0665ffeea09.zip |
[kernel] use 2.6.27.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16968 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 64209e3652..c26581259c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -19,8 +19,8 @@ endif ifeq ($(LINUX_VERSION),2.6.25.20) LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114 endif -ifeq ($(LINUX_VERSION),2.6.27.26) - LINUX_KERNEL_MD5SUM:=6c246d71fa4698fb0dee0ed092f0282b +ifeq ($(LINUX_VERSION),2.6.27.27) + LINUX_KERNEL_MD5SUM:=69c2ec59da6fcc0d2dfb4c470a721957 endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa |