mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 12:14:55 +00:00
Merge pull request #8558 from Cynerd/btrfs-progs-zstd
btrfs-progs: add support for zstd
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=btrfs-progs
|
||||
PKG_VERSION:=4.20.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
|
||||
@@ -28,7 +28,7 @@ define Package/btrfs-progs
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Filesystem
|
||||
DEPENDS:=+libattr +libuuid +zlib +libblkid +liblzo +libpthread
|
||||
DEPENDS:=+libattr +libuuid +zlib +zstd +libblkid +liblzo +libpthread
|
||||
TITLE:=Btrfs filesystems utilities
|
||||
URL:=https://btrfs.wiki.kernel.org/
|
||||
endef
|
||||
@@ -52,8 +52,7 @@ CONFIGURE_ARGS += \
|
||||
--disable-backtrace \
|
||||
--disable-convert \
|
||||
--disable-documentation \
|
||||
--disable-python \
|
||||
--disable-zstd
|
||||
--disable-python
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||
|
||||
Reference in New Issue
Block a user