mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
btrfs-progs: add kmod btrfs dependency
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=btrfs-progs
|
PKG_NAME:=btrfs-progs
|
||||||
PKG_VERSION:=5.4.1
|
PKG_VERSION:=5.4.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
|
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
|
||||||
@@ -30,7 +30,15 @@ define Package/btrfs-progs
|
|||||||
SUBMENU:=Filesystem
|
SUBMENU:=Filesystem
|
||||||
TITLE:=Btrfs filesystems utilities
|
TITLE:=Btrfs filesystems utilities
|
||||||
URL:=https://btrfs.wiki.kernel.org/
|
URL:=https://btrfs.wiki.kernel.org/
|
||||||
DEPENDS:=+libattr +libuuid +zlib +libblkid +liblzo +libpthread +BTRFS_PROGS_ZSTD:libzstd
|
DEPENDS:= \
|
||||||
|
+libattr \
|
||||||
|
+libuuid \
|
||||||
|
+zlib \
|
||||||
|
+libblkid \
|
||||||
|
+liblzo \
|
||||||
|
+libpthread \
|
||||||
|
+kmod-fs-btrfs \
|
||||||
|
+BTRFS_PROGS_ZSTD:libzstd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/btrfs-progs/description
|
define Package/btrfs-progs/description
|
||||||
|
|||||||
Reference in New Issue
Block a user