<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/scripts/config, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/'/>
<updated>2025-05-19T22:47:37Z</updated>
<entry>
<title>treewide: strip trailing whitespace</title>
<updated>2025-05-19T22:47:37Z</updated>
<author>
<name>Mieczyslaw Nalewaj</name>
</author>
<published>2025-05-19T12:27:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=a238170e570eb3d093aae1611e4ae7f98f6f9bfc'/>
<id>urn:sha1:a238170e570eb3d093aae1611e4ae7f98f6f9bfc</id>
<content type='text'>
Strip trailing whitespace in all code:
find . -type f | grep "\.c$" | xargs sed -i 's/[ \t]\+$//'
find . -type f | grep "\.h$" | xargs sed -i 's/[ \t]\+$//'
find . -type f | grep "\.dts$" | xargs sed -i 's/[ \t]\+$//'
find . -type f | grep "\.dtsi$" | xargs sed -i 's/[ \t]\+$//'

Signed-off-by: Mieczyslaw Nalewaj &lt;namiltd@yahoo.com&gt;
Link: https://github.com/openwrt/openwrt/pull/18626
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: scripts/config - update to kconfig-v6.6.16</title>
<updated>2024-03-01T18:02:00Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2024-02-16T17:32:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=65a3eb28d5ec276c960e992fc99d0d042f5c863f'/>
<id>urn:sha1:65a3eb28d5ec276c960e992fc99d0d042f5c863f</id>
<content type='text'>
The main goal here is to keep this close to upstream.

Changes include:
 - allow symbols implied by y to become m
 - make 'imply' obey the direct dependency
 - allow only 'config', 'comment', and 'if' inside 'choice'
 - qconf: make search fully work again on split mode
 - qconf: navigate menus on hyperlinks
 - remove '---help---' support
 - qconf: allow to edit "int", "hex", "string" menus in-place
 - qconf: drop Qt4 support
 - nconf: fix core dump when searching in empty menu
 - nconf: stop endless search loops
 - Create links to main menu items in search
 - fix segmentation fault in menuconfig search
 - nconf: Add search jump feature
 - port qconf to work with Qt6 in addition to Qt5
 - fix possible buffer overflow
 - fix memory leak from range properties

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: scripts/config - update to kconfig-v5.14</title>
<updated>2022-02-19T12:10:01Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-11-24T21:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=009293c52e637612cd118717a1bea4e142889e09'/>
<id>urn:sha1:009293c52e637612cd118717a1bea4e142889e09</id>
<content type='text'>
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 &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: update SPDX license names</title>
<updated>2020-09-22T18:36:04Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T08:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=8be2eb3b9b1e5e808a53bba223badae95c7627ef'/>
<id>urn:sha1:8be2eb3b9b1e5e808a53bba223badae95c7627ef</id>
<content type='text'>
SPDX moved from GPL-2.0 to GPL-2.0-only and from GPL-2.0+ to
GPL-2.0-or-later. Reflect that in the SPDX license headers.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[adjust commit title, update remaining files]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>build: mconf readme update</title>
<updated>2020-07-07T17:47:24Z</updated>
<author>
<name>Sergio E. Nemirowski</name>
</author>
<published>2020-06-15T17:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=ab26022cc104a2dd82b7bb7e6468f693b68e75ed'/>
<id>urn:sha1:ab26022cc104a2dd82b7bb7e6468f693b68e75ed</id>
<content type='text'>
This updates mconf.c readme message to maintain less changes with
upstream and consistency with nconf.c

Signed-off-by: Sergio E. Nemirowski &lt;sergio@outerface.net&gt;
</content>
</entry>
<entry>
<title>build: add nconfig</title>
<updated>2020-07-07T17:47:24Z</updated>
<author>
<name>Sergio E. Nemirowski</name>
</author>
<published>2020-06-10T01:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=8fb0b15efde92de43f6bc52f60a5a5680b782d8e'/>
<id>urn:sha1:8fb0b15efde92de43f6bc52f60a5a5680b782d8e</id>
<content type='text'>
Add support for make target nconfig (ncurses)

Reviewed-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
Signed-off-by: Sergio E. Nemirowski &lt;sergio@outerface.net&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>scripts: config: remove accidentally added file</title>
<updated>2020-06-02T16:17:31Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2020-06-02T16:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=3f8e163e0145419e88662a02717089e9582f33f6'/>
<id>urn:sha1:3f8e163e0145419e88662a02717089e9582f33f6</id>
<content type='text'>
Also ignore the file.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: support Sercomm load tags</title>
<updated>2020-06-02T11:06:42Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2020-06-02T10:50:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=35d7f92c60efb161fec26313ea47895197da4506'/>
<id>urn:sha1:35d7f92c60efb161fec26313ea47895197da4506</id>
<content type='text'>
Header consists in Sercomm PID bytes, followed by a SHA256 hash of the
input binary.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: have config-clean deal with old temp files</title>
<updated>2020-05-20T15:03:45Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-19T23:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=80b350f528644c269c8630e41a4a992734356bb3'/>
<id>urn:sha1:80b350f528644c269c8630e41a4a992734356bb3</id>
<content type='text'>
This is a temporary commit to have 'make config-clean' remove
temporary files from the previous scripts/config version.

The .gitignore file is updated to deal with the old files as well.

Cc: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: scripts/config - update to kconfig-v5.6</title>
<updated>2020-05-20T15:03:45Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-19T23:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=9f843b1d43ec9e4989f86d8936a70f51940072e5'/>
<id>urn:sha1:9f843b1d43ec9e4989f86d8936a70f51940072e5</id>
<content type='text'>
Major changes include:
 - Much more readable reverse dependencies separated in groups
 - Improved recursive dependency report
 - More readable .config files: add comments to signal end of menus
 - More warnings for incorrect Config.in entries, such as a 'choice'
   default not contained in the 'choice'
 - Hability to properly display pseudographics with non-latin locales
 - Recursive dependencies can optionally be treated as errors

Changes from failed dcf3e63a35d05e7e5103819c0f17195bfafe9baa attempt:
 - Recursive dependencies are treated as warnings by default
 - The option to treat them as errors is implemented as a command-line
   flag to scripts/config/conf instead of a compile-time definition
 - fixed handling of select with umnet dependencies

Cc: Petr Štetiar &lt;ynezz@true.cz&gt;
Cc: Jo-Philip Wich &lt;jow@mein.io&gt;
Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
</feed>
