diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-23 13:30:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-23 13:30:27 +0000 |
commit | 0c2e187f54efc2fbdf0cff99a62a94682ef994cc (patch) | |
tree | 858127d8673501048fc2b1892c27985738f2b5dc /include | |
parent | 244ea6a1d67b61032187b42f37292bda54897a97 (diff) | |
download | upstream-0c2e187f54efc2fbdf0cff99a62a94682ef994cc.tar.gz upstream-0c2e187f54efc2fbdf0cff99a62a94682ef994cc.tar.bz2 upstream-0c2e187f54efc2fbdf0cff99a62a94682ef994cc.zip |
switch to 2.6.27.12
SVN-Revision: 14157
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 78e8ef4989..a88da93a20 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,8 +28,8 @@ endif ifeq ($(LINUX_VERSION),2.6.26.8) LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d endif -ifeq ($(LINUX_VERSION),2.6.27.11) - LINUX_KERNEL_MD5SUM:=29bf3e01673b42f7bf993aa8295b8245 +ifeq ($(LINUX_VERSION),2.6.27.12) + LINUX_KERNEL_MD5SUM:=3a81aa35effee2656cd0340f665d4f34 endif ifeq ($(LINUX_VERSION),2.6.28) LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a |