diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-11 08:37:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-11 08:37:57 +0000 |
commit | 7b367d03131e3ea6366acd813b7ba58994705adb (patch) | |
tree | e2401c3d8af61039dbc8bc6b3e01b1550f7eb500 /include/kernel-version.mk | |
parent | 32db1d47ff4cc198e0567b1e43e42ea9f9cae3a4 (diff) | |
download | upstream-7b367d03131e3ea6366acd813b7ba58994705adb.tar.gz upstream-7b367d03131e3ea6366acd813b7ba58994705adb.tar.bz2 upstream-7b367d03131e3ea6366acd813b7ba58994705adb.zip |
with no users left, remove support for 2.6.21
SVN-Revision: 19578
Diffstat (limited to 'include/kernel-version.mk')
-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 c2faae0d04..b2810ce75f 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,9 +8,6 @@ LINUX_RELEASE?=1 ifeq ($(LINUX_VERSION),2.4.37.5) LINUX_KERNEL_MD5SUM:=cb221187422acaf6c63a40c646e5e476 endif -ifeq ($(LINUX_VERSION),2.6.21.7) - LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed -endif ifeq ($(LINUX_VERSION),2.6.25.20) LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114 endif |