diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-27 09:01:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-27 09:01:42 +0000 |
commit | 3224b8889a2e720fbc00773d31e8de99ae4331ef (patch) | |
tree | d9fe176eb7feb9e334be027ea8c7867f85cf75a3 | |
parent | c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8 (diff) | |
download | master-187ad058-3224b8889a2e720fbc00773d31e8de99ae4331ef.tar.gz master-187ad058-3224b8889a2e720fbc00773d31e8de99ae4331ef.tar.bz2 master-187ad058-3224b8889a2e720fbc00773d31e8de99ae4331ef.zip |
[kernel] remove 2.6.23 version, it is no longer in use
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17026 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c26581259c..dde35a0aa7 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -13,9 +13,6 @@ endif ifeq ($(LINUX_VERSION),2.6.21.7) LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed endif -ifeq ($(LINUX_VERSION),2.6.23.17) - LINUX_KERNEL_MD5SUM:=a0300a393ac91ce9c64bf31522b45e2e -endif ifeq ($(LINUX_VERSION),2.6.25.20) LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114 endif |