scripts/feeds: Prevent .config autocreation
authorDaniel Dickinson <lede@daniel.thecshore.com>
Mon, 4 Jul 2016 08:43:02 +0000 (04:43 -0400)
committerJohn Crispin <john@phrozen.org>
Tue, 5 Jul 2016 20:59:13 +0000 (22:59 +0200)
commit34527688fcece24641b5ca0bb472c5359df371af
treedd90b671ee9f91148696bf09b1a8e021a24114d0
parenta7f6dc9f8b9602441a1b56bbe73d80711e2c640f
scripts/feeds: Prevent .config autocreation

When using scripts/feeds upgrade the .config needs to be
updated but the code to do so was also autocreating a
.config if one didn't exist.  This is counter-productive
when you have not yet used menuconfig (or other config targets)
because things like selecting or deselecting CONFIG_ALL
(to build all package by default) only works if the
package selection has not already been done via an
existing .config selection.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
scripts/feeds