diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-23 12:10:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-23 12:10:25 +0000 |
commit | d4b251bdb8c014b7fbe3ef19448a75c3e4525efa (patch) | |
tree | becd19cba4c2dd9d222d5e434f8968327c425c72 /include | |
parent | 46c66bba3670341d33237b055d52767d53f32298 (diff) | |
download | upstream-d4b251bdb8c014b7fbe3ef19448a75c3e4525efa.tar.gz upstream-d4b251bdb8c014b7fbe3ef19448a75c3e4525efa.tar.bz2 upstream-d4b251bdb8c014b7fbe3ef19448a75c3e4525efa.zip |
update to 2.6.30.9
SVN-Revision: 18126
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 e70a79f32a..d5df7a36fc 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -22,8 +22,8 @@ endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa endif -ifeq ($(LINUX_VERSION),2.6.30.8) - LINUX_KERNEL_MD5SUM:=76b8397bfb477788b26c834f71e27df6 +ifeq ($(LINUX_VERSION),2.6.30.9) + LINUX_KERNEL_MD5SUM:=5a4cd5543a9d7c1a819700b21be31ef1 endif ifeq ($(LINUX_VERSION),2.6.31.1) LINUX_KERNEL_MD5SUM:=8077cd7f7c1cdeb6aef3872441ae5294 |