diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-04 14:52:45 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-04 14:52:45 +0000 |
commit | 7a42d311275281c3c0e821cfd592d65bab253267 (patch) | |
tree | fb106d613a128451aa63b721a161d218ba5fbbe1 /include | |
parent | 464f8086da8c43cf19c15c4b2c2f0d09d5f62eb7 (diff) |
[kernel] update to 2.6.30, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4562d5a38..cb2fd60c5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -19,8 +19,8 @@ endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa endif -ifeq ($(LINUX_VERSION),2.6.30.9) - LINUX_KERNEL_MD5SUM:=5a4cd5543a9d7c1a819700b21be31ef1 +ifeq ($(LINUX_VERSION),2.6.30.10) + LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5 endif ifeq ($(LINUX_VERSION),2.6.31.6) LINUX_KERNEL_MD5SUM:=485472df88af84becdcf47f45de3ba46 |