Date:2010-06-26 22:42:30 (13 years 9 months ago)
Author:nbd
Commit:3e52dbd5a661b7119932df5c4004119f3240d236
Message:remove linux 2.4 kernel versions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: include/kernel-version.mk (1 diff)

Change Details

include/kernel-version.mk
11# Use the default kernel version if the Makefile doesn't override it
22
3ifeq ($(KERNEL),2.4)
4  LINUX_VERSION?=2.4.37.9
5endif
63LINUX_RELEASE?=1
74
8ifeq ($(LINUX_VERSION),2.4.37.9)
9  LINUX_KERNEL_MD5SUM:=b85b8962840c13f17f944e7b1890f8f8
10endif
115ifeq ($(LINUX_VERSION),2.6.25.20)
126  LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114
137endif

Archive Download the corresponding diff file



interactive