mirror of https://github.com/hak5/openwrt.git
util-linux: disc -> Disc and moved some packages
Capitalized "disc" submenu name as all submenu names are capitalized (apart from "database", but I'll fix that later). moved "swap-utils" to Filesystem submenu as it is "formatting" a partition as swap so it looks out of place in Disc. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>lede-17.01
parent
6408ea0486
commit
a8b9fbee24
|
@ -68,7 +68,7 @@ $(call Package/util-linux/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libfdisk/description
|
define Package/libfdisk/description
|
||||||
The libfdisk library is used for manipulating with partition tables.
|
The libfdisk library is used for manipulating with partition tables.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libmount
|
define Package/libmount
|
||||||
|
@ -123,7 +123,7 @@ endef
|
||||||
define Package/blkdiscard
|
define Package/blkdiscard
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=discard sectors on a device
|
TITLE:=discard sectors on a device
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/blkdiscard/description
|
define Package/blkdiscard/description
|
||||||
|
@ -136,7 +136,7 @@ define Package/blkid
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=locate and print block device attributes
|
TITLE:=locate and print block device attributes
|
||||||
DEPENDS:= +libblkid +libuuid
|
DEPENDS:= +libblkid +libuuid
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/blkid/description
|
define Package/blkid/description
|
||||||
|
@ -158,7 +158,7 @@ define Package/cfdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=display or manipulate disk partition table
|
TITLE:=display or manipulate disk partition table
|
||||||
DEPENDS:= +libblkid +libncurses +libsmartcols +libfdisk +libmount
|
DEPENDS:= +libblkid +libncurses +libsmartcols +libfdisk +libmount
|
||||||
SUBMENU:=disc
|
SUBMENU:=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/cfdisk/description
|
define Package/cfdisk/description
|
||||||
|
@ -178,7 +178,7 @@ define Package/fdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=manipulate disk partition table
|
TITLE:=manipulate disk partition table
|
||||||
DEPENDS:= +libblkid +libsmartcols +libfdisk
|
DEPENDS:= +libblkid +libsmartcols +libfdisk
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fdisk/description
|
define Package/fdisk/description
|
||||||
|
@ -189,7 +189,7 @@ define Package/findfs
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=find a filesystem by label or UUID
|
TITLE:=find a filesystem by label or UUID
|
||||||
DEPENDS:= +libblkid
|
DEPENDS:= +libblkid
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/findfs/description
|
define Package/findfs/description
|
||||||
|
@ -259,7 +259,7 @@ define Package/lsblk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=list block devices
|
TITLE:=list block devices
|
||||||
DEPENDS:= +libblkid +libmount +libsmartcols
|
DEPENDS:= +libblkid +libmount +libsmartcols
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lsblk/description
|
define Package/lsblk/description
|
||||||
|
@ -321,7 +321,7 @@ define Package/partx-utils
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=inform kernel about the presence and numbering of on-disk partitions
|
TITLE:=inform kernel about the presence and numbering of on-disk partitions
|
||||||
DEPENDS:= +libblkid +libsmartcols
|
DEPENDS:= +libblkid +libsmartcols
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/partx-utils/description
|
define Package/partx-utils/description
|
||||||
|
@ -353,7 +353,7 @@ endef
|
||||||
define Package/sfdisk
|
define Package/sfdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=partition table manipulator for Linux
|
TITLE:=partition table manipulator for Linux
|
||||||
SUBMENU=disc
|
SUBMENU=Disc
|
||||||
DEPENDS:= +libblkid +libfdisk +libsmartcols
|
DEPENDS:= +libblkid +libfdisk +libsmartcols
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -366,7 +366,7 @@ define Package/swap-utils
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=swap space management utilities
|
TITLE:=swap space management utilities
|
||||||
DEPENDS+= +libblkid
|
DEPENDS+= +libblkid
|
||||||
SUBMENU:=disc
|
SUBMENU:=Filesystem
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/swap-utils/description
|
define Package/swap-utils/description
|
||||||
|
@ -423,7 +423,7 @@ define Package/wipefs
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=wipe a signature from a device
|
TITLE:=wipe a signature from a device
|
||||||
DEPENDS:= +libblkid
|
DEPENDS:= +libblkid
|
||||||
SUBMENU:=disc
|
SUBMENU:=Disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wipefs/description
|
define Package/wipefs/description
|
||||||
|
|
Loading…
Reference in New Issue