diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-11-24 18:25:43 -0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-02-19 13:10:01 +0100 |
commit | 009293c52e637612cd118717a1bea4e142889e09 (patch) | |
tree | c9f190a622ce0a6335875c561af5cdc2918b53ff /scripts/config/.gitignore | |
parent | 73ea763c0dcdb96c9163790f20edd964399035c0 (diff) | |
download | upstream-009293c52e637612cd118717a1bea4e142889e09.tar.gz upstream-009293c52e637612cd118717a1bea4e142889e09.tar.bz2 upstream-009293c52e637612cd118717a1bea4e142889e09.zip |
build: scripts/config - update to kconfig-v5.14
Functional Changes
---------- -------
- make 'imply' not impose any restrictions: allow symbols implied by y
to become m
- change "modules" from sub-option to first-level attribute
Bugfixes
--------
- nconf: fix core dump when searching in empty menu
- nconf: stop endless search loops
- xconfig: fix content of the main widget
- xconfig: fix support for the split view mode
Other Changes
----- -------
- highlight xconfig 'comment' lines with '***'
- xconfig: navigate menus on hyperlinks
- xconfig: drop support for Qt4
- improve host ncurses detection
Update the 'option modules' usage to just 'modules' in Config.in.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'scripts/config/.gitignore')
-rw-r--r-- | scripts/config/.gitignore | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/scripts/config/.gitignore b/scripts/config/.gitignore index bedb9757ef..05c55c3c8e 100644 --- a/scripts/config/.gitignore +++ b/scripts/config/.gitignore @@ -1,22 +1,16 @@ -# -# Generated files -# -*.moc -*conf-cfg -mconf_check +# SPDX-License-Identifier: GPL-2.0-only +/conf +/[gmnq]conf +/[gmnq]conf-cfg +/qconf-moc.cc + +# From linux kconfig parent directories +.* -# -# configuration programs -# -conf -mconf -nconf -qconf -gconf +# OpenWrt-generated files +mconf_check -# -# temporary files from older version. Should be removed -# +# Temporary files from older versions. They should be removed after the +# end of support for OpenWrt 19.07. zconf.???.c zconf.hash.c -.tmp_qtcheck |