summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-03 18:36:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-03 21:18:06 +0200
commita665d4cff22c16b18fae2d37ea40e79219aa4e1b (patch)
tree5d257435ea69bee6665cbb79a933ba2939f95c0b /bin/ptxdist
parentbcf85bc4c0d09c386bc8b1a4665cff721246eebc (diff)
downloadptxdist-a665d4cff22c16b18fae2d37ea40e79219aa4e1b.tar.gz
ptxdist-a665d4cff22c16b18fae2d37ea40e79219aa4e1b.tar.xz
ptxdist: whitelist KCONFIG_ALLCONFIG and KCONFIG_SEED
This makes 'ptxdist randconfig' more usefull. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin/ptxdist')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 854648ae2..61037a4f8 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -2153,7 +2153,7 @@ setup_env() {
unset $({
export -p | sed -n 's/^declare -x \([^=]*\).*$/\1/p'
export -fp | sed -n 's/^declare -fx \([^=]*\).*$/\1/p'
- } | egrep -v "^(PTXDIST_PTXRC|PTX_AUTOBUILD_DESTDIR|CCACHE_.*|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|TMPDIR|http_proxy|https_proxy|ftp_proxy|no_proxy${whitelist})$")
+ } | egrep -v "^(PTXDIST_PTXRC|PTX_AUTOBUILD_DESTDIR|CCACHE_.*|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|TMPDIR|KCONFIG_ALLCONFIG|KCONFIG_SEED|http_proxy|https_proxy|ftp_proxy|no_proxy${whitelist})$")
######## the environment is clean now ########