forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
73ea763
commit 009293c
Showing
30 changed files
with
3,221 additions
and
3,934 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
mainmenu "OpenWrt Configuration" | ||
|
||
config MODULES | ||
option modules | ||
modules | ||
bool | ||
default y | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.