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 | a2f543b0cd072902c12024995eca40929dc6017d (patch) | |
tree | b49e3629845c684e28ee2501919461c0bec60751 /openwrt/target/linux/x86-2.6 | |
parent | 762a44d5e115ed30648ff9bf9db09c72924333ed (diff) | |
download | mtk-20170518-a2f543b0cd072902c12024995eca40929dc6017d.zip mtk-20170518-a2f543b0cd072902c12024995eca40929dc6017d.tar.gz mtk-20170518-a2f543b0cd072902c12024995eca40929dc6017d.tar.bz2 |
upgrade to 2.6.15.6, fix default config for Aruba
SVN-Revision: 3324
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 e7c18fc..887606e 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 |