more package submenus
SVN-Revision: 9351
This commit is contained in:
parent
3acb27cdd7
commit
450ab0e5fc
3 changed files with 5 additions and 1 deletions
|
@ -35,6 +35,7 @@ $(call Package/fuse/Default)
|
|||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libfuse +kmod-fuse @LINUX_2_6
|
||||
TITLE+= (utilities)
|
||||
SUBMENU:=disc
|
||||
endef
|
||||
|
||||
define Package/fuse-utils/description
|
||||
|
@ -62,6 +63,7 @@ $(call Package/fuse/Default)
|
|||
CATEGORY:=Libraries
|
||||
DEPENDS:=@LINUX_2_6
|
||||
TITLE+= (library)
|
||||
SUBMENU:=disc
|
||||
endef
|
||||
|
||||
define Package/libfuse/description
|
||||
|
|
|
@ -16,7 +16,6 @@ PKG_RELEASE:=1
|
|||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://alpha.gnu.org/gnu/grub
|
||||
PKG_MD5SUM:=cd3f3eb54446be6003156158d51f4884
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/grub-$(PKG_VERSION)
|
||||
PKG_TARGETS:=bin
|
||||
|
|
|
@ -28,6 +28,7 @@ endef
|
|||
define Package/fdisk
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=Partition table manipulation utility
|
||||
SUBMENU=disc
|
||||
endef
|
||||
|
||||
define Package/fdisk/description
|
||||
|
@ -38,6 +39,7 @@ define Package/cfdisk
|
|||
$(call Package/util-linux/Default)
|
||||
TITLE:=Partition table manipulation utility
|
||||
DEPENDS:= +libncurses
|
||||
SUBMENU:=disc
|
||||
endef
|
||||
|
||||
define Package/cfdisk/description
|
||||
|
@ -56,6 +58,7 @@ endef
|
|||
define Package/swap-utils
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=Swap space management utilities
|
||||
SUBMENU:=disc
|
||||
endef
|
||||
|
||||
define Package/swap-utils/description
|
||||
|
|
Loading…
Reference in a new issue