mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
coreutils: adjust applet descriptions
Only mention busybox applets for the meta package and do not imply that applets are enabled for any possible coreutils program. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -57,9 +57,9 @@ define Package/coreutils
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/coreutils/description
|
define Package/coreutils/description
|
||||||
Full versions of standard GNU utilities. Normally, you would not use this
|
Full versions of standard GNU utilities. If an equivalent Busybox applet is
|
||||||
package, since the functionality in BusyBox is more than sufficient and
|
available, you should consider compiling that instead as Busybox applets are
|
||||||
smaller.
|
usually smaller, at the expense of reduced functionality.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define GenPlugin
|
define GenPlugin
|
||||||
@@ -70,8 +70,7 @@ define GenPlugin
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(1)/description
|
define Package/$(1)/description
|
||||||
Full version of standard GNU $(2) utility. Normally, you would not use this
|
Full version of standard GNU $(2) utility.
|
||||||
package, since the functionality in BusyBox is more than sufficient.
|
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user