diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-11 08:17:21 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-11 08:17:21 +0000 |
commit | 53ab200256922aed50093445c29757cf1e2a704d (patch) | |
tree | d7eccc8614cdfd5153c8c9372342355766d711a1 /include | |
parent | 9e42d4627ae7702894023f11d6136c19bbe15d08 (diff) |
Add 2.6.30 final
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16418 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b0ed0013a..1fff6da39 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,6 +28,9 @@ endif ifeq ($(LINUX_VERSION),2.6.29.2) LINUX_KERNEL_MD5SUM:=a6839571a9e70baf821d2fb752f9c4c6 endif +ifeq ($(LINUX_VERSION),2.6.30) + LINUX_KERNEL_MD5SUM:=7a80058a6382e5108cdb5554d1609615 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |