diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-21 08:48:43 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-21 08:48:43 +0000 |
commit | 2ea95b1701875b60a2dcd44b845ef38edd332e84 (patch) | |
tree | 441e6b47b402a8e5c9f6528199774dfb93c373ba /openwrt/target/linux/x86-2.6/Makefile | |
parent | bf66fdc50b4f397897179e9d996cf86560845d57 (diff) |
upgrade to Linux 2.6.16, yay
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/x86-2.6/Makefile')
-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 887606ea75..72a723a953 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.15.6 +LINUX_VERSION:=2.6.16 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=2ea7c865d6c09a02cbe6ce5fddcd02ca +LINUX_KERNEL_MD5SUM:=9a91b2719949ff0856b40bc467fd47be include ../rules.mk include ./config |