summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-03-11 15:21:11 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-03-11 15:21:11 +0000
commitcea7b8e6cc3ea5d19de794ba30ccd8d0d54752a1 (patch)
tree12177469e159240e19303efc50cc0d35b78cbfdb /config
parentca55888632887b24650941de93cf33b4b11e63d4 (diff)
downloadptxdist-cea7b8e6cc3ea5d19de794ba30ccd8d0d54752a1.tar.gz
ptxdist-cea7b8e6cc3ea5d19de794ba30ccd8d0d54752a1.tar.xz
* busybox: adding some notes about failing install stages
- do not leave symbol BB_PREFIX empty - could be accidentally happen when migrating from older ptxdist releases (and reconfigure the whole busybox again) - gives curious error messages then git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7053 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/busybox-1.4.1/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/busybox-1.4.1/Config.in b/config/busybox-1.4.1/Config.in
index 79b81a30a..fa3117a03 100644
--- a/config/busybox-1.4.1/Config.in
+++ b/config/busybox-1.4.1/Config.in
@@ -447,7 +447,7 @@ config BB_INSTALL_APPLET_DONT
depends on BB_FEATURE_INSTALLER || BB_FEATURE_SH_STANDALONE_SHELL
help
Do not install applet links. Useful when using the -install feature
- or a standalone shell for rescue pruposes.
+ or a standalone shell for rescue purposes.
endchoice
@@ -456,6 +456,8 @@ config BB_PREFIX
default "./_install"
help
Define your directory to install BusyBox files/subdirs in.
+ Note: Do not leave this entry empty! Busybox' install stage
+ will fail with a curious error message if so!
endmenu