diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/base-files/Config.in.manual | |
parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/Config.in.manual')
-rw-r--r-- | package/base-files/Config.in.manual | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Config.in.manual b/package/base-files/Config.in.manual index 68d22bbd2..2a6accef0 100644 --- a/package/base-files/Config.in.manual +++ b/package/base-files/Config.in.manual @@ -4,7 +4,7 @@ config ADK_COMPILE_BASE_FILES default n config ADK_PACKAGE_BASE_FILES - prompt "base-files............. basic filesystem structure and scripts" + prompt "base-files........... basic filesystem structure and scripts" tristate select ADK_COMPILE_BASE_FILES depends on !ADK_TOOLCHAIN_ONLY @@ -13,7 +13,7 @@ config ADK_PACKAGE_BASE_FILES basic filesystem structure and scripts config ADK_PACKAGE_CONFIG_IN_ETC - prompt ".config in /etc...... include buildsystem configuration in image" + prompt ".config in /etc.... include buildsystem configuration in image" bool depends on ADK_PACKAGE_BASE_FILES default y if !ADK_TOOLCHAIN_ONLY |