From 279a7c9e5487bba79c4c4c609b8e6ace78e570bd Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 2 May 2016 10:54:57 +0200 Subject: ptxdist: add support for alldefconfig Signed-off-by: Michael Olbrich --- scripts/libptxdist.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'scripts/libptxdist.sh') diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh index d86b7ee7b..d1687cd72 100644 --- a/scripts/libptxdist.sh +++ b/scripts/libptxdist.sh @@ -302,17 +302,8 @@ ptxd_kconfig() { "${conf}" --oldconfig "${file_kconfig}" fi ;; - allmodconfig) - "${conf}" --allmodconfig "${file_kconfig}" - ;; - allyesconfig) - "${conf}" --allyesconfig "${file_kconfig}" - ;; - allnoconfig) - "${conf}" --allnoconfig "${file_kconfig}" - ;; - randconfig) - "${conf}" --randconfig "${file_kconfig}" + all*config|randconfig) + "${conf}" --${config} "${file_kconfig}" ;; dep) copy_back="false" -- cgit v1.2.3