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
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libfuse +kmod-fuse @LINUX_2_6
|
DEPENDS:=+libfuse +kmod-fuse @LINUX_2_6
|
||||||
TITLE+= (utilities)
|
TITLE+= (utilities)
|
||||||
|
SUBMENU:=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fuse-utils/description
|
define Package/fuse-utils/description
|
||||||
|
@ -62,6 +63,7 @@ $(call Package/fuse/Default)
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=@LINUX_2_6
|
DEPENDS:=@LINUX_2_6
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
|
SUBMENU:=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libfuse/description
|
define Package/libfuse/description
|
||||||
|
|
|
@ -16,7 +16,6 @@ PKG_RELEASE:=1
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://alpha.gnu.org/gnu/grub
|
PKG_SOURCE_URL:=ftp://alpha.gnu.org/gnu/grub
|
||||||
PKG_MD5SUM:=cd3f3eb54446be6003156158d51f4884
|
PKG_MD5SUM:=cd3f3eb54446be6003156158d51f4884
|
||||||
PKG_CAT:=zcat
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/grub-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/grub-$(PKG_VERSION)
|
||||||
PKG_TARGETS:=bin
|
PKG_TARGETS:=bin
|
||||||
|
|
|
@ -28,6 +28,7 @@ endef
|
||||||
define Package/fdisk
|
define Package/fdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Partition table manipulation utility
|
TITLE:=Partition table manipulation utility
|
||||||
|
SUBMENU=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fdisk/description
|
define Package/fdisk/description
|
||||||
|
@ -38,6 +39,7 @@ define Package/cfdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Partition table manipulation utility
|
TITLE:=Partition table manipulation utility
|
||||||
DEPENDS:= +libncurses
|
DEPENDS:= +libncurses
|
||||||
|
SUBMENU:=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/cfdisk/description
|
define Package/cfdisk/description
|
||||||
|
@ -56,6 +58,7 @@ endef
|
||||||
define Package/swap-utils
|
define Package/swap-utils
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Swap space management utilities
|
TITLE:=Swap space management utilities
|
||||||
|
SUBMENU:=disc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/swap-utils/description
|
define Package/swap-utils/description
|
||||||
|
|
Loading…
Reference in a new issue