From 8ae34a4329aab53b0f39a69241c81b9ac26618f1 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 7 Aug 2007 07:48:44 +0000 Subject: [PATCH 1/1] Enable kexec for x86 as well (#2141) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8365 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86-2.6/config/default | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86-2.6/config/default b/target/linux/x86-2.6/config/default index 0fc4bf4f9..92b722e6f 100644 --- a/target/linux/x86-2.6/config/default +++ b/target/linux/x86-2.6/config/default @@ -164,6 +164,7 @@ CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_STOWAWAY is not set # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEXEC=y CONFIG_KTIME_SCALAR=y # CONFIG_KVM is not set # CONFIG_LANCE is not set -- 2.35.1