aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.1/930-crashlog.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-08-16 21:42:15 +0000
committerJonas Gorski <jogo@openwrt.org>2011-08-16 21:42:15 +0000
commit3e94ee96425e0f311fb8e35749386b04053173ea (patch)
treec8a6c13d88c995d4a7dce8db50610c7b8eb739f6 /target/linux/generic/patches-3.1/930-crashlog.patch
parentd132f4c1c214997bf7c3979db193fcb05e4448bd (diff)
downloadupstream-3e94ee96425e0f311fb8e35749386b04053173ea.tar.gz
upstream-3e94ee96425e0f311fb8e35749386b04053173ea.tar.bz2
upstream-3e94ee96425e0f311fb8e35749386b04053173ea.zip
kernel: generic: refresh patches for 3.1-rc2
SVN-Revision: 28021
Diffstat (limited to 'target/linux/generic/patches-3.1/930-crashlog.patch')
-rw-r--r--target/linux/generic/patches-3.1/930-crashlog.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.1/930-crashlog.patch b/target/linux/generic/patches-3.1/930-crashlog.patch
index ecca186db5..e50a31e7ab 100644
--- a/target/linux/generic/patches-3.1/930-crashlog.patch
+++ b/target/linux/generic/patches-3.1/930-crashlog.patch
@@ -28,10 +28,10 @@
depends on BROKEN || !FRV
--- a/kernel/Makefile
+++ b/kernel/Makefile
-@@ -107,6 +107,7 @@ obj-$(CONFIG_PERF_EVENTS) += events/
- obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o
+@@ -108,6 +108,7 @@ obj-$(CONFIG_USER_RETURN_NOTIFIER) += us
obj-$(CONFIG_PADATA) += padata.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
+ obj-$(CONFIG_JUMP_LABEL) += jump_label.o
+obj-$(CONFIG_CRASHLOG) += crashlog.o
ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y)