Skip to content
Snippets Groups Projects
  • Daniel Dickinson's avatar
    34527688
    scripts/feeds: Prevent .config autocreation · 34527688
    Daniel Dickinson authored
    
    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: default avatarDaniel Dickinson <lede@daniel.thecshore.com>
    34527688
    History
    scripts/feeds: Prevent .config autocreation
    Daniel Dickinson authored
    
    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: default avatarDaniel Dickinson <lede@daniel.thecshore.com>