diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-21 14:23:09 +0100 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-21 14:23:09 +0100 | 
| commit | a7472011ae7a921162ac9dea21c0da231f899b6f (patch) | |
| tree | 8094758a1547193ad34808e077dfba78541d5cd3 | |
| parent | eb56385b24b590b22951b4499bf3bad4a563433c (diff) | |
| download | buildroot-novena-a7472011ae7a921162ac9dea21c0da231f899b6f.tar.gz buildroot-novena-a7472011ae7a921162ac9dea21c0da231f899b6f.zip | |
busybox: clarify BR2_PACKAGE_BUSYBOX_FULLINSTALL description
Explicitly explain what the (default) install target does, so people who
don't know busybox details understands what the option does.
Notice: Busybox can be configured to create hard links or shell wrappers
instead, but by default symlinks are used.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | package/busybox/Config.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 99881783d..19c68cda5 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -43,7 +43,7 @@ config BR2_BUSYBOX_VERSION  	default "1.18.1"	if BR2_BUSYBOX_VERSION_1_18_X  config BR2_PACKAGE_BUSYBOX_FULLINSTALL -	bool "Run BusyBox's own full installation" +	bool "Install symlinks to BusyBox applets"  	default y  	help  	  If you want to run BusyBox's own full install for the | 
