Skip to content
Snippets Groups Projects
  • David Bauer's avatar
    eaa9c94c
    generic: Kconfig: exit on unset symbol · eaa9c94c
    David Bauer authored
    
    When a target configuration has unser Kconfig symbols, the build will
    fail when OpenWrt is compiled with V=s and stdin is connected to a tty.
    
    In case OpenWrt is compiled without either of these preconditions, the
    build will uscceed with the symbols in question being unset.
    
    Modify the kernel configuration in a way it fails on unset symbols
    regardless of the aformentioned preconditions.
    
    Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
    eaa9c94c
    History
    generic: Kconfig: exit on unset symbol
    David Bauer authored
    
    When a target configuration has unser Kconfig symbols, the build will
    fail when OpenWrt is compiled with V=s and stdin is connected to a tty.
    
    In case OpenWrt is compiled without either of these preconditions, the
    build will uscceed with the symbols in question being unset.
    
    Modify the kernel configuration in a way it fails on unset symbols
    regardless of the aformentioned preconditions.
    
    Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>