diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:35:42 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:35:42 +0000 |
commit | 06d8dc9329dc47a66b55c14616be93d28d6c343c (patch) | |
tree | c53891879f0f446cc7a1c3eea548c8b82335e347 /include | |
parent | 1fe38ff73bbb1397330adfcf331a1b9b871547df (diff) | |
download | upstream-06d8dc9329dc47a66b55c14616be93d28d6c343c.tar.gz upstream-06d8dc9329dc47a66b55c14616be93d28d6c343c.tar.bz2 upstream-06d8dc9329dc47a66b55c14616be93d28d6c343c.zip |
get rid of even more 2.6.28 stuff
SVN-Revision: 18953
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 2 | ||||
-rw-r--r-- | include/kernel-version.mk | 3 |
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 |