diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-06 19:43:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-06 19:43:45 +0000 |
commit | 24c25b071f2ff18c4f098e1d6d391370a73eba7d (patch) | |
tree | 8d166b507cd94aaf3919ae287ade5e8de316ef19 /target | |
parent | ba3e8330362953c39b3a9efc8d8141ffa2cf37a0 (diff) | |
download | upstream-24c25b071f2ff18c4f098e1d6d391370a73eba7d.tar.gz upstream-24c25b071f2ff18c4f098e1d6d391370a73eba7d.tar.bz2 upstream-24c25b071f2ff18c4f098e1d6d391370a73eba7d.zip |
Allow rdc-2.6 to kexec
SVN-Revision: 8359
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rdc-2.6/config/default b/target/linux/rdc-2.6/config/default index b0990e42e2..ec8a6e6d3d 100644 --- a/target/linux/rdc-2.6/config/default +++ b/target/linux/rdc-2.6/config/default @@ -100,6 +100,7 @@ CONFIG_ISA_DMA_API=y CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_RUBIN=y CONFIG_JFS_FS=m +CONFIG_KEXEC=y CONFIG_KTIME_SCALAR=y # CONFIG_KVM is not set CONFIG_LBD=y |