openwrt/scripts/config
Jo-Philipp Wich 7b1d809a8d Revert "build: scripts/config - update to kconfig-v5.6"
This reverts commit dcf3e63a35.

The kconfig update requires further testing and refinement until it can
remain in tree. Main problems are:

 - Recursive deps are now fatal instead of a warning
 - Previously legal syntax now leads to hard failures
 - It fails all package builds since multiple days

The updated kconfig implementation needs to cope with the current status
quo in the various package feeds before we can reconsider it for master.

It is not desirable that single broken packages can hard-fail the entire
build pipeline.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-12 00:10:47 +02:00
..
lxdialog Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
.gitignore Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
Makefile Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
README Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
conf.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
confdata.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
expr.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
expr.h Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
images.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
list.h Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
lkc.h Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
lkc_proto.h Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
mconf.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
menu.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
qconf.cc Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
qconf.h Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
symbol.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
util.c Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
zconf.gperf Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
zconf.hash.c_shipped Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
zconf.l Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
zconf.lex.c_shipped Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
zconf.tab.c_shipped Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00
zconf.y Revert "build: scripts/config - update to kconfig-v5.6" 2020-04-12 00:10:47 +02:00

README

These files were taken from the Linux 3.9 Kernel
Configuration System and modified for the OpenWrt Buildroot.