generic: Kconfig: exit on unset symbol
authorDavid Bauer <mail@david-bauer.net>
Thu, 22 Jul 2021 23:32:38 +0000 (01:32 +0200)
committerDavid Bauer <mail@david-bauer.net>
Tue, 10 Aug 2021 11:14:52 +0000 (13:14 +0200)
commiteaa9c94c75748265b9260691d5f59c9d3711f7d4
tree36ef00cbd0e3f7e5244c33c13a490fa072f19fb3
parent29a3967e61334d0c6a1a7d391f0e751272d77b1d
generic: Kconfig: exit on unset symbol

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: David Bauer <mail@david-bauer.net>
include/kernel-build.mk
target/linux/generic/hack-5.10/205-kconfig-exit.patch [new file with mode: 0644]
target/linux/generic/hack-5.4/205-kconfig-exit.patch [new file with mode: 0644]