From 143c1430c9ff72351dd1628f1ee740ff931886be Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Aug 2012 22:06:22 +0200 Subject: samples: add rule to dump current .config into a defconfig ... and one to restore it, of course. Reported-by: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" --- ct-ng.comp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ct-ng.comp') diff --git a/ct-ng.comp b/ct-ng.comp index f7ae7200..09292ac9 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} -- cgit v1.2.3