diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-30 22:35:20 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-30 22:35:20 +0000 |
commit | 1dc98aa6f5f5318451da18160633ff98ce3ffae1 (patch) | |
tree | af7a9edd2e52c092b39d7c6d64a86f0a5f58d099 /openwrt/target/linux/x86-2.6 | |
parent | f738d2f9a9202ab70495399171ab84ea56de1699 (diff) |
2.6.16.1, here we come
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3556 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 72a723a953..6c5f2a9df1 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 +LINUX_VERSION:=2.6.16.1 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=9a91b2719949ff0856b40bc467fd47be +LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 include ../rules.mk include ./config |