diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-09-21 11:32:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-09-21 11:32:06 +0000 |
commit | d1f4f4646de1c5dbcd7b9d1582519361485fbcd7 (patch) | |
tree | d69c96dcf364fa387bdf6d5369e9147c50c7d310 /include | |
parent | 78fd83bd1228e977bc3f4ad433c6dc56a9c4cd75 (diff) | |
download | upstream-d1f4f4646de1c5dbcd7b9d1582519361485fbcd7.tar.gz upstream-d1f4f4646de1c5dbcd7b9d1582519361485fbcd7.tar.bz2 upstream-d1f4f4646de1c5dbcd7b9d1582519361485fbcd7.zip |
Remove 2.6.22 files, no target uses them anymore
SVN-Revision: 12638
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 e43423425c..8602696874 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -16,9 +16,6 @@ endif ifeq ($(LINUX_VERSION),2.6.21.7) LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed endif -ifeq ($(LINUX_VERSION),2.6.22.19) - LINUX_KERNEL_MD5SUM:=4db27facb78aeb79d06e6ae6bf0ac0b6 -endif ifeq ($(LINUX_VERSION),2.6.23.17) LINUX_KERNEL_MD5SUM:=a0300a393ac91ce9c64bf31522b45e2e endif |