diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-12 06:13:09 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-12 06:13:09 +0000 |
commit | 954a001468922b0541c79d023e118def746c9e68 (patch) | |
tree | 621f1227b566dab186006ce1daecb28d49b8bdb4 /openwrt/target/linux/x86-2.6 | |
parent | 21ef49fb727bb55c5abc1d6851ba5684ec872227 (diff) | |
download | mtk-20170518-954a001468922b0541c79d023e118def746c9e68.zip mtk-20170518-954a001468922b0541c79d023e118def746c9e68.tar.gz mtk-20170518-954a001468922b0541c79d023e118def746c9e68.tar.bz2 |
Linux 2.6.16.4 *sigh*
SVN-Revision: 3623
Diffstat (limited to 'openwrt/target/linux/x86-2.6')
-rw-r--r-- | openwrt/target/linux/x86-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/x86-2.6/Makefile b/openwrt/target/linux/x86-2.6/Makefile index d8ecd13..d7be454 100644 --- a/openwrt/target/linux/x86-2.6/Makefile +++ b/openwrt/target/linux/x86-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.3 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=e8e3f458c72671d8ac041c10b49e2b3f +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config |