diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-17 17:10:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-17 17:10:04 +0000 |
commit | 0d01356fc69e536f51d8694689bf1b55ea4b508d (patch) | |
tree | 55b8af1c9b2364575dd7202ba4bc5dc877ebe169 /include | |
parent | 8390b7dc9b1dd45dfc3a605c92ba3ff03ff0ff59 (diff) | |
download | upstream-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.gz upstream-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.bz2 upstream-0d01356fc69e536f51d8694689bf1b55ea4b508d.zip |
generic: nuke 2.6.33 specific stuff, is not used by any platform
SVN-Revision: 24644
Diffstat (limited to 'include')
-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 d7a4a4379d..24a9bb3203 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,9 +11,6 @@ endif ifeq ($(LINUX_VERSION),2.6.32.27) LINUX_KERNEL_MD5SUM:=c8df8bed01a3b7e4ce13563e74181d71 endif -ifeq ($(LINUX_VERSION),2.6.33.7) - LINUX_KERNEL_MD5SUM:=2cea51deeaa0620a07d005ec3b148f06 -endif ifeq ($(LINUX_VERSION),2.6.34.7) LINUX_KERNEL_MD5SUM:=8964e26120e84844998a673464a980ea endif |