Updates MD5SUM of kernel 2.6.35 to RC3.
Signed off by: Matthias Buecher <m...@maddes.net>
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