Skip to content

Commit 037e4da

Browse files
committed
Remove outdated hyperlinks
1 parent a72715c commit 037e4da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For `n`-valued `bool` / `tristate` options, the line `# CONFIG_FOO is not set` (
140140
allowing the option to be tested via `ifdef` in Make.
141141

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

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

0 commit comments

Comments
 (0)