aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-12-27 21:35:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-12-27 21:35:42 +0000
commitbbc7795b2fd8320a73d330df5a74cd5c5222f8f4 (patch)
tree4acc27f8c0e6e36902eeef259ef19f854e832f25 /include
parent2434746dd4bc0c8c00d5a94e44f05604e2dca304 (diff)
downloadmaster-187ad058-bbc7795b2fd8320a73d330df5a74cd5c5222f8f4.tar.gz
master-187ad058-bbc7795b2fd8320a73d330df5a74cd5c5222f8f4.tar.bz2
master-187ad058-bbc7795b2fd8320a73d330df5a74cd5c5222f8f4.zip
get rid of even more 2.6.28 stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18953 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 d75ca3c30f..7f2307919b 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)$(CONFIG_LINUX_2_6_28),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),)
USE_SQUASHFS3 := y
endif
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 05c3691e51..0a706cc29b 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -16,9 +16,6 @@ endif
ifeq ($(LINUX_VERSION),2.6.25.20)
LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114
endif
-ifeq ($(LINUX_VERSION),2.6.28.10)
- LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa
-endif
ifeq ($(LINUX_VERSION),2.6.30.10)
LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5
endif