Date:2010-07-19 13:35:30 (13 years 8 months ago)
Author:kaloz
Commit:2edc328e59e1603b986f0059f72ba9d77b64356a
Message:we don't care about the md5sums for -rc kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22290 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: include/kernel-version.mk (1 diff)

Change Details

include/kernel-version.mk
2020ifeq ($(LINUX_VERSION),2.6.34.1)
2121  LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45
2222endif
23ifeq ($(LINUX_VERSION),2.6.35-rc2)
24  LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929
25endif
2623
2724# disable the md5sum check for unknown kernel versions
2825LINUX_KERNEL_MD5SUM?=x

Archive Download the corresponding diff file



interactive