diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-06 19:19:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-09 02:49:18 +0100 |
commit | 68a2f573ea13d6e028c5eba43bde813c6994f080 (patch) | |
tree | 12e965dee3d49ac177dc4999ec48fb615d4083be /package/coreutils | |
parent | 9c303e0bc04b9c02c3047d4cf3b3486b384ea1ba (diff) |
rework base submenu, make it more clear what is already provided by busybox
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index a8a22cc88..f710d2b0a 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= coreutils PKG_VERSION:= 8.24 PKG_RELEASE:= 2 PKG_HASH:= a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170 -PKG_DESCR:= basic file, shell and text manipulation utilities +PKG_DESCR:= file, shell and text utilities PKG_SECTION:= base/apps PKG_NEEDS:= threads PKG_URL:= http://www.gnu.org/software/coreutils/ |