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 | 3a9112def3e10fcfd630167eed2042c5ce6cf10b (patch) | |
tree | 15d2ddfc3a819c6837c86ce358b63dc59c0655a6 /target/linux/x86-2.6/Makefile | |
parent | 0a144624ce29c0b5b9a85666924a9540d283dba7 (diff) |
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/Makefile')
-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 e7c18fcc5..887606ea7 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 |