mirror of
				https://github.com/optim-enterprises-bv/openwrt-ipq.git
				synced 2025-11-03 19:58:34 +00:00 
			
		
		
		
	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@protonmail.com> Link: https://github.com/openwrt/openwrt/pull/15851 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
		@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
PKG_NAME:=f2fs-tools
 | 
					PKG_NAME:=f2fs-tools
 | 
				
			||||||
PKG_VERSION:=1.16.0
 | 
					PKG_VERSION:=1.16.0
 | 
				
			||||||
PKG_RELEASE:=2
 | 
					PKG_RELEASE:=3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 | 
					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/
 | 
					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/dump.f2fs
 | 
				
			||||||
	$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/sload.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/resize.f2fs
 | 
				
			||||||
 | 
						$(LN) ../sbin/fsck.f2fs $(1)/usr/sbin/f2fslabel
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Package/f2fsck-selinux/install = $(Package/f2fsck/install)
 | 
					Package/f2fsck-selinux/install = $(Package/f2fsck/install)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user