You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
lxdialog Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
.gitignore Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
Makefile Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
README Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
conf.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
confdata.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
expr.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
expr.h Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
images.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
list.h Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
lkc.h Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
lkc_proto.h Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
mconf.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
menu.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
qconf.cc Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
qconf.h Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
symbol.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
util.c Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
zconf.gperf Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
zconf.hash.c_shipped Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
zconf.l Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
zconf.lex.c_shipped Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
zconf.tab.c_shipped Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago
zconf.y Revert "build: scripts/config - update to kconfig-v5.6" 4 years ago

README

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