diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-19 10:21:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-19 10:21:32 +0000 |
commit | 01afcd25567dec5dc3073a6959ce8e8abe5651d4 (patch) | |
tree | b748df0a27c6e23d40e92ab66317e2d1c8596777 /include | |
parent | 5bad9df354c05a1bb64ea3af6dcf1fa8a2f63a9b (diff) | |
download | upstream-01afcd25567dec5dc3073a6959ce8e8abe5651d4.tar.gz upstream-01afcd25567dec5dc3073a6959ce8e8abe5651d4.tar.bz2 upstream-01afcd25567dec5dc3073a6959ce8e8abe5651d4.zip |
remove 2.6.29 since there are no remaining users of it
SVN-Revision: 15922
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 3fbdbcf6e6..e809b77c0c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,9 +28,6 @@ endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa endif -ifeq ($(LINUX_VERSION),2.6.29.2) - LINUX_KERNEL_MD5SUM:=a6839571a9e70baf821d2fb752f9c4c6 -endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |