summaryrefslogtreecommitdiff
path: root/adk/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-06 19:19:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-09 02:49:18 +0100
commit68a2f573ea13d6e028c5eba43bde813c6994f080 (patch)
tree12e965dee3d49ac177dc4999ec48fb615d4083be /adk/tools
parent9c303e0bc04b9c02c3047d4cf3b3486b384ea1ba (diff)
rework base submenu, make it more clear what is already provided by busybox
Diffstat (limited to 'adk/tools')
-rw-r--r--adk/tools/pkgmaker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adk/tools/pkgmaker.c b/adk/tools/pkgmaker.c
index 384f3198d..3b3b2ac07 100644
--- a/adk/tools/pkgmaker.c
+++ b/adk/tools/pkgmaker.c
@@ -745,7 +745,7 @@ int main() {
perror("Can not open Config.in file");
if (pkg_bb != NULL) {
- fprintf(cfg, "comment \"%s... %s (disabled, provided by busybox)\"\n", token, pkg_descr);
+ fprintf(cfg, "comment \"%s... %s (provided by busybox)\"\n", token, pkg_descr);
fprintf(cfg, "depends on ADK_PACKAGE_BUSYBOX_HIDE\n\n");
}