Change Details
| include/kernel-version.mk |
| 22 | 22 | ifeq ($(LINUX_VERSION),2.6.31.12) |
| 23 | 23 | LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de |
| 24 | 24 | endif |
| 25 | | ifeq ($(LINUX_VERSION),2.6.32.6) |
| 26 | | LINUX_KERNEL_MD5SUM:=5ad2ea7b6aed2d857dd9bb5ae03588e4 |
| 25 | ifeq ($(LINUX_VERSION),2.6.32.7) |
| 26 | LINUX_KERNEL_MD5SUM:=d59aca06609cedabe4d6d161d9f11113 |
| 27 | 27 | endif |
| 28 | 28 | |
| 29 | 29 | # disable the md5sum check for unknown kernel versions |
| target/linux/ar71xx/Makefile |
| 1 | 1 | # |
| 2 | | # Copyright (C) 2008-2009 OpenWrt.org |
| 2 | # Copyright (C) 2008-2010 OpenWrt.org |
| 3 | 3 | # |
| 4 | 4 | # This is free software, licensed under the GNU General Public License v2. |
| 5 | 5 | # See /LICENSE for more information. |
| ... | ... | |
| 12 | 12 | FEATURES:=squashfs jffs2 tgz |
| 13 | 13 | CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time |
| 14 | 14 | |
| 15 | | LINUX_VERSION:=2.6.32.6 |
| 15 | LINUX_VERSION:=2.6.32.7 |
| 16 | 16 | |
| 17 | 17 | include $(INCLUDE_DIR)/target.mk |
| 18 | 18 | |
| target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch |
| 68 | 68 | * macro override instead of weak attribute alias, to workaround |
| 69 | 69 | --- a/kernel/sched.c |
| 70 | 70 | +++ 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 |
| 72 | 72 | return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur || |
| 73 | 73 | capable(CAP_SYS_NICE)); |
| 74 | 74 | } |
| target/linux/omap35xx/Makefile |
| 12 | 12 | FEATURES:=broken |
| 13 | 13 | SUBTARGETS=generic |
| 14 | 14 | |
| 15 | | LINUX_VERSION:=2.6.32.6 |
| 15 | LINUX_VERSION:=2.6.32.7 |
| 16 | 16 | KERNELNAME:="uImage" |
| 17 | 17 | |
| 18 | 18 | DEVICE_TYPE=developerboard |
| target/linux/xburst/Makefile |
| 11 | 11 | BOARDNAME:=XBurst JZ47x0 |
| 12 | 12 | FEATURES:=jffs2 tgz ubifs |
| 13 | 13 | |
| 14 | | LINUX_VERSION:=2.6.32.6 |
| 14 | LINUX_VERSION:=2.6.32.7 |
| 15 | 15 | |
| 16 | 16 | DEVICE_TYPE=other |
| 17 | 17 | |
Download the corresponding diff file