Skip to content

Commit

Permalink
Remove outdated hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Feb 16, 2025
1 parent a72715c commit 037e4da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ For `n`-valued `bool` / `tristate` options, the line `# CONFIG_FOO is not set` (
allowing the option to be tested via `ifdef` in Make.

If you rely on this behavior, consider passing `--config-out <filename>` to `genconfig` and including the generated configuration file instead of `.config` directly.
This ensures the included file is always a full configuration file, even if `.config` becomes outdated.
This ensures the included file is always a "full" configuration file, even if `.config` becomes outdated.
Otherwise, you may need to run `old(def)config`, `menuconfig`, or `guiconfig` before rebuilding.

If you use the `--sync-deps` option to generate incremental build information,
Expand Down Expand Up @@ -455,10 +455,6 @@ Some examples include:
These examples use the older Kconfiglib 1 API, which was clunkier and less general
(e.g., functions instead of properties, no direct access to the menu structure, and a more limited `__str__()` output):
- [genboardscfg.py](http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD)
from [Das U-Boot](http://www.denx.de/wiki/U-Boot) generates a legacy board database by
extracting information from a newer Kconfig-based configuration system.
- [gen-manual-lists.py](https://git.busybox.net/buildroot/tree/support/scripts/gen-manual-lists.py?id=5676a2deea896f38123b99781da0a612865adeb0)
produced listings for an appendix in the [Buildroot](https://buildroot.org) manual.
(Those listings have since been removed.)
Expand Down

0 comments on commit 037e4da

Please sign in to comment.