[openwrt/openwrt] f2fs-tools: Add missing 'f2fslabel' symlink

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 3 02:14:46 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c27fd6fd97d06c0630c67ef1f57d2eaf4dafa09f

commit c27fd6fd97d06c0630c67ef1f57d2eaf4dafa09f
Author: Sean Khan <datapronix at protonmail.com>
AuthorDate: Mon Jul 1 13:59:45 2024 -0400

    f2fs-tools: Add missing 'f2fslabel' symlink
    
    `f2fslabel` is already built into `f2fs.fsck`, but is missing its symlink
    in the final package.
    
    Signed-off-by: Sean Khan <datapronix at protonmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15851
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/utils/f2fs-tools/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile
index d5dc1a6d78..d11e89d8e3 100644
--- a/package/utils/f2fs-tools/Makefile
+++ b/package/utils/f2fs-tools/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=f2fs-tools
 PKG_VERSION:=1.16.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/
@@ -137,6 +137,7 @@ define Package/f2fsck/install
 	$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/dump.f2fs
 	$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/sload.f2fs
 	$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/resize.f2fs
+	$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/f2fslabel
 endef
 
 Package/f2fsck-selinux/install = $(Package/f2fsck/install)




More information about the lede-commits mailing list