diff options
Diffstat (limited to 'docs/manual/faq-troubleshooting.txt')
-rw-r--r-- | docs/manual/faq-troubleshooting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt index a5079e341d..473b0e283b 100644 --- a/docs/manual/faq-troubleshooting.txt +++ b/docs/manual/faq-troubleshooting.txt @@ -138,7 +138,7 @@ is much more complicated than that: * When a package is unselected from the configuration, it is not sufficient to remove just the files it installed. One must also - remove all its reverse dependencies (i.e packages relying on it) + remove all its reverse dependencies (i.e. packages relying on it) and rebuild all those packages. For example, package A depends optionally on the OpenSSL library. Both are selected, and Buildroot is built. Package A is built with crypto support using OpenSSL. |