diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-07 19:03:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-07 19:03:30 +0000 |
commit | 7843d11d1a1654be4bbd29a48c32b3cd01674b32 (patch) | |
tree | c61661264f476bb5d5b4cb096798d6b42875b0ec /openwrt/target/linux/x86-2.6 | |
parent | 93e882d87ae04fa26c1cc030918030d938a4b414 (diff) |
update to linux 2.6.15.3 (security fixes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3183 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 45a2e1c492..e7c18fcc56 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.1 +LINUX_VERSION:=2.6.15.3 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=3a71f70fecf25a893bb95efaa37f575c +LINUX_KERNEL_MD5SUM:=57a8675485bbc4982e9267fab6b24519 include ../rules.mk include ./config |