Date:2010-01-29 13:19:31 (3 years 3 months ago)
Author:kaloz
Commit:a24dd9c82ff999fecc52aee985beb51271d1995a
Message:update to 2.6.32.7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: include/kernel-version.mk (1 diff)
target/linux/ar71xx/Makefile (2 diffs)
target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch (1 diff)
target/linux/omap35xx/Makefile (1 diff)
target/linux/xburst/Makefile (1 diff)

Change Details

include/kernel-version.mk
2222ifeq ($(LINUX_VERSION),2.6.31.12)
2323  LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de
2424endif
25ifeq ($(LINUX_VERSION),2.6.32.6)
26  LINUX_KERNEL_MD5SUM:=5ad2ea7b6aed2d857dd9bb5ae03588e4
25ifeq ($(LINUX_VERSION),2.6.32.7)
26  LINUX_KERNEL_MD5SUM:=d59aca06609cedabe4d6d161d9f11113
2727endif
2828
2929# disable the md5sum check for unknown kernel versions
target/linux/ar71xx/Makefile
11#
2# Copyright (C) 2008-2009 OpenWrt.org
2# Copyright (C) 2008-2010 OpenWrt.org
33#
44# This is free software, licensed under the GNU General Public License v2.
55# See /LICENSE for more information.
...... 
1212FEATURES:=squashfs jffs2 tgz
1313CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
1414
15LINUX_VERSION:=2.6.32.6
15LINUX_VERSION:=2.6.32.7
1616
1717include $(INCLUDE_DIR)/target.mk
1818
target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
6868  * macro override instead of weak attribute alias, to workaround
6969--- a/kernel/sched.c
7070+++ b/kernel/sched.c
71@@ -6091,6 +6091,7 @@ int can_nice(const struct task_struct *p
71@@ -6093,6 +6093,7 @@ int can_nice(const struct task_struct *p
7272     return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
7373         capable(CAP_SYS_NICE));
7474 }
target/linux/omap35xx/Makefile
1212FEATURES:=broken
1313SUBTARGETS=generic
1414
15LINUX_VERSION:=2.6.32.6
15LINUX_VERSION:=2.6.32.7
1616KERNELNAME:="uImage"
1717
1818DEVICE_TYPE=developerboard
target/linux/xburst/Makefile
1111BOARDNAME:=XBurst JZ47x0
1212FEATURES:=jffs2 tgz ubifs
1313
14LINUX_VERSION:=2.6.32.6
14LINUX_VERSION:=2.6.32.7
1515
1616DEVICE_TYPE=other
1717

Archive Download the corresponding diff file



interactive