summaryrefslogtreecommitdiff
path: root/ct-ng.comp
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-08-15 20:06:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-08-15 20:06:22 (GMT)
commit143c1430c9ff72351dd1628f1ee740ff931886be (patch)
tree31091466e7676c7c048cd32ca7a3fe9c5c0ad7e8 /ct-ng.comp
parent3a0575282ffab9ee3698d9ccd648dd37b3910121 (diff)
samples: add rule to dump current .config into a defconfig
... and one to restore it, of course. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'ct-ng.comp')
-rw-r--r--ct-ng.comp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ct-ng.comp b/ct-ng.comp
index f7ae720..09292ac 100644
--- a/ct-ng.comp
+++ b/ct-ng.comp
@@ -15,13 +15,14 @@ _ct_ng () {
stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;')
actions='help menuconfig oldconfig saveconfig extractconfig
+ defconfig olddefconfig
build build. build-all build-all.
wiki-samples list-samples list-samples-short list-steps
show-tuple show-all show-config
clean distclean updatetools
tarball version'
- vars="RESTART= STOP= PREFIX= V="
+ vars="RESTART= STOP= PREFIX= V= DEFCONFIG="
ct_ng_opts="${samples} ${show_samples} ${build_samples}
${steps} ${start_steps} ${stop_steps}