diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-01-05 20:09:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-01-05 20:09:34 +0000 |
commit | 3f881e9573a891a64a806238680fe958c00df527 (patch) | |
tree | 62df33532bfda0a5b7c1fd2c5d6ba580aa677791 /include | |
parent | 09b0a6feb64774a5f17f783f22991227cb13c733 (diff) | |
download | mtk-20170518-3f881e9573a891a64a806238680fe958c00df527.zip mtk-20170518-3f881e9573a891a64a806238680fe958c00df527.tar.gz mtk-20170518-3f881e9573a891a64a806238680fe958c00df527.tar.bz2 |
upgrade to Linux 2.4.34
SVN-Revision: 6000
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 af457a2..50683c5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,9 +2,9 @@ ifeq ($(LINUX_VERSION),) ifeq ($(KERNEL),2.4) - LINUX_VERSION:=2.4.33.4 + LINUX_VERSION:=2.4.34 LINUX_RELEASE:=1 - LINUX_KERNEL_MD5SUM:=aca0257549c385a227088ad8853a72a2 + LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55 else LINUX_VERSION:=2.6.19.1 LINUX_RELEASE:=1 |