diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-03-07 09:12:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-03-07 09:12:56 +0000 |
commit | 8ed0f66a03e996d1f52b4087d37f1a20cec94a7f (patch) | |
tree | 15d2ddfc3a819c6837c86ce358b63dc59c0655a6 /target/linux/x86-2.6 | |
parent | 830155ffb3b582e21d5d9958fb708395940a4215 (diff) | |
download | upstream-8ed0f66a03e996d1f52b4087d37f1a20cec94a7f.tar.gz upstream-8ed0f66a03e996d1f52b4087d37f1a20cec94a7f.tar.bz2 upstream-8ed0f66a03e996d1f52b4087d37f1a20cec94a7f.zip |
upgrade to 2.6.15.6, fix default config for Aruba
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index e7c18fcc56..887606ea75 100644 --- a/target/linux/x86-2.6/Makefile +++ b/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 |