Re: [OpenWrt-Devel] [patch] add md5sum of kernel 2.6.35-rc3

2010-07-31 Thread Florian Fainelli
Le Friday 25 June 2010 14:37:29, Matthias Buecher / Germany a écrit :
> Updates MD5SUM of kernel 2.6.35 to RC3.
> 
> Signed off by: Matthias Buecher 

Like what Kaloz stated a couple of days ago in a commit message, since the 
version changes very frequently, it does not make much sense to add a md5sum 
for it.
--
Florian


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [patch] add md5sum of kernel 2.6.35-rc3

2010-06-25 Thread Matthias Buecher / Germany
Updates MD5SUM of kernel 2.6.35 to RC3.

Signed off by: Matthias Buecher 
Index: include/kernel-version.mk
===
--- include/kernel-version.mk	(revision 21899)
+++ include/kernel-version.mk	(working copy)
@@ -26,8 +26,8 @@
 ifeq ($(LINUX_VERSION),2.6.34)
   LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad
 endif
-ifeq ($(LINUX_VERSION),2.6.35-rc2)
-  LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929
+ifeq ($(LINUX_VERSION),2.6.35-rc3)
+  LINUX_KERNEL_MD5SUM:=aa9383b655787bac2f369a0b8b6fee76
 endif
 
 # disable the md5sum check for unknown kernel versions
@@ -38,4 +38,3 @@
 KERNEL_BASE=$(firstword $(subst -, ,$(LINUX_VERSION)))
 KERNEL=$(call merge_version,$(wordlist 1,2,$(call split_version,$(KERNEL_BASE
 KERNEL_PATCHVER=$(call merge_version,$(wordlist 1,3,$(call split_version,$(KERNEL_BASE
-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel