diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 11:07:43 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 11:07:43 +0000 |
commit | 83bd186de6f2ddda7c90cf631bd0897894065820 (patch) | |
tree | c63503fb8c6b80cf5b5c8b5709a9e8c479fd840f /openwrt/target/linux/x86-2.6 | |
parent | 979bba29c5ac2563c170a6ca2081209e209a0fa8 (diff) |
Linux 2.6.16.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3604 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 6c5f2a9df1..330ed93d19 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.1 +LINUX_VERSION:=2.6.16.2 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 +LINUX_KERNEL_MD5SUM:=d4105a5ba1d9f82acee2c525c65ef969 include ../rules.mk include ./config |