build: add nconfig

Add support for make target nconfig (ncurses)

Reviewed-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
Sergio E. Nemirowski
2020-06-10 04:33:21 +03:00
committed by Petr Štetiar
parent ae2d249056
commit 8fb0b15efd
7 changed files with 2397 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
These files were taken from the Linux Kernel Configuration System at commit
089b7d890f972f6b649fedc9259f6b93a18fb970 (Feb 4, 2020) and modified for the
OpenWrt Buildroot:
- Removed nconf, gconf, tests and kernel configuration targets.
- Removed gconf, tests and kernel configuration targets.
- Adjusted the Makefile to compile outside the kernel.
- Always use default file when running make all{no,mod,yes}config.
- Added a 'reset' command to reset config when the target changes.