summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-08 15:47:43 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-08 15:47:43 +0000
commit96d64448ce1d265c8d4719bf4221f15b21c37dac (patch)
tree854b15982ad724dfe7e8ab50e30ea6b04a16fe59 /target/linux
parentb337d97cbe7631720aa1c436d992edafb98a8420 (diff)
upgrade kernel to 2.6.15 final
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/linux-2.6/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile
index b07d23b7f..f18e25d47 100644
--- a/target/linux/linux-2.6/Makefile
+++ b/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)