aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaifeng Gu <11659581+Jeremygu@users.noreply.github.com>2018-10-17 20:06:12 -0700
committerGitHub <noreply@github.com>2018-10-17 20:06:12 -0700
commit07c028cdff31aa3b24a9728437bdc6580110ec32 (patch)
treecb047e761cd57fa608098c18a97954eefeef2f89
parent64acc80c10348f1b5092faeb9209b677612494d8 (diff)
downloadriscv-tools-07c028cdff31aa3b24a9728437bdc6580110ec32.zip
riscv-tools-07c028cdff31aa3b24a9728437bdc6580110ec32.tar.gz
riscv-tools-07c028cdff31aa3b24a9728437bdc6580110ec32.tar.bz2
Update README.md
In Busybox1.26.2 text-based GUI, the option `CONFIG_FEATURE_INSTALLER` (i.e., "Support --install [-s] to install applet links at runtime") is in BusyBox Settings --> Include busybox applet instead of BusyBox Settings --> General Configuration.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10e48ce..6b44027 100644
--- a/README.md
+++ b/README.md
@@ -575,7 +575,7 @@ BusyBox as a static binary (no shared libs)" in BusyBox Settings
listed as "Cross Compiler prefix" in BusyBox Settings &rarr; Build Options
* `CONFIG_FEATURE_INSTALLER=y`, listed as
"Support --install [-s] to install applet links at runtime" in BusyBox Settings
-&rarr; General Configuration
+&rarr; Include busybox applet
* `CONFIG_INIT=y`, listed as "init" in Init utilities
* `CONFIG_ASH=y`, listed as "ash" in Shells
* `CONFIG_ASH_JOB_CONTROL=n`, listed as "Ash &rarr; Job control" in Shells