diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-07 09:12:56 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-07 09:12:56 +0000 |
commit | e09cb1657151c945d81105d2dd7812d78d0b507b (patch) | |
tree | 2aae6383063a0f8b3d78afd7700d1dd969254d52 /openwrt/target/linux/x86-2.6/Makefile | |
parent | 3bd7840312046118c23c7bb8bf909d27e108b3ee (diff) |
upgrade to 2.6.15.6, fix default config for Aruba
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3324 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 e7c18fcc56..887606ea75 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.3 +LINUX_VERSION:=2.6.15.6 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=57a8675485bbc4982e9267fab6b24519 +LINUX_KERNEL_MD5SUM:=2ea7c865d6c09a02cbe6ce5fddcd02ca include ../rules.mk include ./config |