diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-07 07:48:44 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-07 07:48:44 +0000 |
commit | 8ae34a4329aab53b0f39a69241c81b9ac26618f1 (patch) | |
tree | b5c52f99269ee0ef2fb9d0ac4fe0dd1f9276f14d /target/linux/x86-2.6 | |
parent | 11bcac143c58173b9ffc46bcbc4aeb7e0b1cd917 (diff) |
Enable kexec for x86 as well (#2141)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86-2.6/config/default b/target/linux/x86-2.6/config/default index 0fc4bf4f9c..92b722e6f9 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 |