aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-02-11 08:37:57 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-02-11 08:37:57 +0000
commit98d6f0382ba5612bd5a70d92ae9674f150c16d8e (patch)
treef78a58d4803f1fe16e7da30caae7b1b9a8a8f711 /include
parent3b4e45c0219deffd244c95116d806f7cf10af2d7 (diff)
downloadupstream-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.tar.gz
upstream-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.tar.bz2
upstream-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.zip
with no users left, remove support for 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/image.mk2
-rw-r--r--include/kernel-version.mk3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/image.mk b/include/image.mk
index 990ce8e400..e133f7212c 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -23,7 +23,7 @@ JFFS2OPTS := --pad --big-endian --squash
SQUASHFS_OPTS := -be
endif
-ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),)
USE_SQUASHFS3 := y
endif
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