summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-27 21:35:42 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-27 21:35:42 +0000
commitbe8ce37ea93e63a62e1f837984a0fd8271c09b07 (patch)
tree4acc27f8c0e6e36902eeef259ef19f854e832f25 /include
parentb281497b69f2ecc02747c8e5d9cdd2b19cf95429 (diff)
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 d75ca3c30..7f2307919 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 05c3691e5..0a706cc29 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