[PATCH 0/1] build: scripts/config - update to kconfig-v5.14

Eneas U de Queiroz cotequeiroz at gmail.com
Wed Nov 24 13:25:42 PST 2021


I'm updating the Kconfig programs in scripts/config, from Linux 5.6 to
5.14.  The changes are not crytical to openwrt, but regular updates
ease the transition to an eventual newer version with more desirable
features.

The biggest impact here is the removal of obsolete ---help--- symbol,
which had been deprecated in favor of plain 'help'.

This has been menuconfig-tested with different targets for almost a
month without problems.

The changed I made to the upstream kconfig to this version can be seen
at https://github.com/cotequeiroz/linux/commits/openwrt-5.14/scripts/kconfig

Eneas U de Queiroz (1):
  build: scripts/config - update to kconfig-v5.14

 Config.in                      |    2 +-
 scripts/config/.gitignore      |   30 +-
 scripts/config/Makefile        |   62 +-
 scripts/config/README          |    9 +-
 scripts/config/conf.c          |  451 ++++--
 scripts/config/confdata.c      |  279 +---
 scripts/config/expr.h          |    6 -
 scripts/config/images.c        |   30 +-
 scripts/config/images.h        |   30 +-
 scripts/config/internal.h      |    9 +
 scripts/config/lexer.l         |    8 +-
 scripts/config/lexer.lex.c     | 2468 ++++++++++++++------------------
 scripts/config/lkc.h           |   68 +-
 scripts/config/lkc_proto.h     |   15 +-
 scripts/config/lxdialog/util.c |    4 +-
 scripts/config/mconf-cfg.sh    |    4 +-
 scripts/config/mconf.c         |   15 +-
 scripts/config/menu.c          |   26 +-
 scripts/config/nconf.c         |   59 +-
 scripts/config/nconf.gui.c     |  284 ++--
 scripts/config/nconf.h         |   51 +-
 scripts/config/parser.tab.c    | 1804 ++++++++++-------------
 scripts/config/parser.tab.h    |  120 +-
 scripts/config/parser.y        |   57 +-
 scripts/config/preprocess.c    |    2 +-
 scripts/config/qconf-cfg.sh    |   14 +-
 scripts/config/qconf.cc        | 1056 +++++++-------
 scripts/config/qconf.h         |  160 +--
 scripts/config/symbol.c        |   30 +-
 target/sdk/files/Config.in     |    2 +-
 30 files changed, 3221 insertions(+), 3934 deletions(-)
 create mode 100644 scripts/config/internal.h




More information about the openwrt-devel mailing list