mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:52:28 +02:00
more package submenus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9351 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ab70ab7927
commit
080c74e212
@ -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 New Issue
Block a user