diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:10 +0200 |
commit | 7f6502e41b71005d3239b47dfa6415fba4b547a3 (patch) | |
tree | 074d3ebf291c584e561e8d8cf9b349c48ca40680 /package/busybox | |
parent | 5bb71d2c1f1fae847c0161343f91a7e89bc0d3c4 (diff) |
modify many PKG_DESCR variables to fit better into 80 width terminal window
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in.manual | 2 | ||||
-rw-r--r-- | package/busybox/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual index 4e7251520..c037bf992 100644 --- a/package/busybox/Config.in.manual +++ b/package/busybox/Config.in.manual @@ -4,7 +4,7 @@ config ADK_COMPILE_BUSYBOX default n config ADK_PACKAGE_BUSYBOX - prompt "busybox........................... Core utilities for embedded Linux systems" + prompt "busybox................ Core utilities for embedded systems" boolean select ADK_COMPILE_BUSYBOX default y if !ADK_TOOLCHAIN_ONLY diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 0485fa800..7fb4f46dd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= busybox PKG_VERSION:= 1.17.0 PKG_RELEASE:= 1 PKG_MD5SUM:= 2908d1d1ca83ff12bc0b05f0d2a3335c -PKG_DESCR:= Core utilities for embedded Linux systems +PKG_DESCR:= Core utilities for embedded systems PKG_SECTION:= base PKG_URL:= http://www.busybox.net/ PKG_SITES:= http://www.busybox.net/downloads/ |