summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-01-08 15:47:43 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-01-08 15:47:43 +0000
commit3dbd25eba7aa307e7fc21aa8b9add8e554166030 (patch)
tree377cf918cd44b2b4b5b56230ef95780d86f91323 /openwrt/target
parent48437a30be0641123db903b1f66ffb96868f6dfa (diff)
downloadmtk-20170518-3dbd25eba7aa307e7fc21aa8b9add8e554166030.zip
mtk-20170518-3dbd25eba7aa307e7fc21aa8b9add8e554166030.tar.gz
mtk-20170518-3dbd25eba7aa307e7fc21aa8b9add8e554166030.tar.bz2
upgrade kernel to 2.6.15 final
SVN-Revision: 2862
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/linux-2.6/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile
index b07d23b..f18e25d 100644
--- a/openwrt/target/linux/linux-2.6/Makefile
+++ b/openwrt/target/linux/linux-2.6/Makefile
@@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk
include ../rules.mk
KERNEL:=2.6
-LINUX_VERSION:=2.6.15-rc6
-LINUX_KERNEL_MD5SUM:=eeead0b884811411fd2df8520744b253
-LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v2.6/testing \
- http://www.fr.kernel.org/pub/linux/kernel/v2.6/testing \
- http://www.kernel.org/pub/linux/kernel/v2.6/testing \
- http://www.de.kernel.org/pub/linux/kernel/v2.6/testing
+LINUX_VERSION:=2.6.15
+LINUX_KERNEL_MD5SUM:=cdf95e00f5111e31f78e1d97304d9522
+LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v2.6 \
+ http://www.fr.kernel.org/pub/linux/kernel/v2.6 \
+ http://www.kernel.org/pub/linux/kernel/v2.6 \
+ http://www.de.kernel.org/pub/linux/kernel/v2.6
MODULES_SUBDIR:=lib/modules/$(LINUX_VERSION)
LINUX_KCONFIG:=./config/$(BOARD)
LINUX_BUILD_DIR:=$(BUILD_DIR)/linux-2.6-$(BOARD)