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/util-linux | |
parent | 9c303e0bc04b9c02c3047d4cf3b3486b384ea1ba (diff) |
rework base submenu, make it more clear what is already provided by busybox
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 9f8d5887d..8c14dad34 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -28,7 +28,7 @@ PKGSD_FDISK:= partition table manipulation utility PKGSC_FDISK:= sys/fs PKGSS_FDISK:= libfdisk libblkid libuuid libncurses PKGSD_AGETTY:= getty utility -PKGSC_AGETTY:= base/apps +PKGSC_AGETTY:= sys/utils PKGSS_AGETTY:= libncurses PKGSD_SFDISK:= scriptable partition table manipulation utility PKGSC_SFDISK:= sys/fs |