diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:34:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:34:03 +0000 |
commit | ca8f45b1423ffcc96ab1ba80c02dda5ebc085949 (patch) | |
tree | 97af97ea29c6218e5566ed0439d6929a392f8539 /include/kernel-version.mk | |
parent | 6e5921c1f3405ceccf2624a2ed0e531fd45e80c4 (diff) | |
download | upstream-ca8f45b1423ffcc96ab1ba80c02dda5ebc085949.tar.gz upstream-ca8f45b1423ffcc96ab1ba80c02dda5ebc085949.tar.bz2 upstream-ca8f45b1423ffcc96ab1ba80c02dda5ebc085949.zip |
update kernel versions
SVN-Revision: 22289
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index bcf312e230..0be4b7e184 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,14 +8,14 @@ endif ifeq ($(LINUX_VERSION),2.6.30.10) LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5 endif -ifeq ($(LINUX_VERSION),2.6.31.12) - LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de +ifeq ($(LINUX_VERSION),2.6.31.14) + LINUX_KERNEL_MD5SUM:=3e7feb224197d8e174a90dd3759979fd endif -ifeq ($(LINUX_VERSION),2.6.32.14) - LINUX_KERNEL_MD5SUM:=b13dc3ce727039597163cb4bce4cbdbb +ifeq ($(LINUX_VERSION),2.6.32.16) + LINUX_KERNEL_MD5SUM:=d94d91ef3be4eb76765401b4fa462759 endif -ifeq ($(LINUX_VERSION),2.6.33.4) - LINUX_KERNEL_MD5SUM:=f75d21e5c60f18adf0e99d61c243f964 +ifeq ($(LINUX_VERSION),2.6.33.6) + LINUX_KERNEL_MD5SUM:=7d8f8a4a09866a786fb59c53fba8232a endif ifeq ($(LINUX_VERSION),2.6.34.1) LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45 |