mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
f18cb0ba63
Remove upstramed patches: - 100-configure.ac-fix-AC_ARG_WITH.patch - 101-configure.ac-fix-cross-compilation.patch Remove deprecated f2fstat tool: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/commit/?id=77bf7ed29f1dd1341079913f3b36fc62f812c4f5 Changelog: 06c027a f2fs-tools: upgrade version 1.16.0 542cc57 fsck.f2fs: fix sanity check logic for cp_payload a7df89e mkfs.f2fs: remove indentation c82985a fsck.f2fs: don't call report_zone on normal partition 0ac168e f2fs-tools: relax zone size of power of 2 641be32 mkfs.f2fs: trim all the devices except the first one 3835fef f2fs-tools: fix # of total segments 5b08ca9 f2fs_io: support AES_256_HCTR2 ae3301c f2fs_io: Fix out of tree builds ddbde27 fsck.f2fs: relocate chksum verification step during f2fs_do_mount() 77bf7ed f2fs-tools: Remove deprecated f2fstat fb6575e Remove sg_write_buffer 1bb669e fsck.f2fs: avoid uncessary recalculation ccd2361 fsck.f2fs: fix potential overflow of copying i_name cd6b133 fsck.f2fs: add parentheses for SB_MASK 399600a dump.f2fs: remove unavailable option -g 3e6e178 f2fs-tools: define HAVE_CLOCK_GETTIME properly 907b972 f2fs-tools: support F2FS_IOC_START_ATOMIC_REPLACE 9ff70fb f2fs-tools: give less overprovisioning space 844f821 f2fs-tools: set host-aware zoned device similar to host-managed one 88ac76d fsck.f2fs: fix missing to assign c.zoned_model 8cbe34e fsck.f2fs: trigger repairing if filesystem has inconsistent errors 2f1dde2 fsck.f2fs: trigger repairing if filesystem was forced to stop 465159f fsck.f2fs: export valid image size 3486b62 mkfs.f2fs: update allocation policy for ro feature bdd51e5 fsck.f2fs: fix __end_block_addr() 5a5e419 Always use sparse/sparse.h when building for Android 19f77c6 f2fs-tools: fix build error on lz4-1.9.4 986c1f1 Fix format strings in log messages 0d6acbe fsck.f2fs: use elapsed_time in checkpoint for period check 9b7a4c5 mkfs.f2fs: catch total_zones=0 instead of crashing 6148db3 f2fs-tools: use F2FS_BLKSIZE instead of PAGE_*_SIZE f09c2b7 f2fs_io: support triggering filesystem GC via ioctl 32e7d27 configure.ac: fix cross compilation 65fe94e configure.ac: fix AC_ARG_WITH 6325cf7 Use F2FS_BLKSIZE as the size of struct f2fs_summary_block c89be7a Use F2FS_BLKSIZE for dev_read_block() buffers 5317d18 Improve compile-time type checking for f2fs_report_zone() 92e2e52 Fix f2fs_report_zone() 648a491 Fix the struct f2fs_dentry_block definition c964547 resize.f2fs: add option to manually specify new overprovision a741438 fsck.f2fs: drop compression bit if inline_data is set 406b1c9 f2fs-tools: fix cannot get bdev information 9d0cb9e f2fs_io: add dsync option for write a7b8b46 tools: fix file too large causing overflow bddca6f dump.f2fs: add -I nid to dump inode by scan full disk ebc3879 android_config: add time headers c1144bf Check fallthrough in mount.h for Mac bcb9929 avoid unnecessary function 7d902f4 Fix dependencies on linux/blkzoned.h when using Bionic. 274abbb Remove unnecessary config.h 8c97ab3 libzone: remove duplicate header adcec10 Support zoned device if libc exists efc2bc7 mkfs.f2fs: fix typo 3034a41 mkfs.f2fs: split unused parameter dd8d8e5 f2fs-tools: do not use SG_IO in Android 4f216e6 f2fs-tools: move android_config before defining them 48c5dbb f2fscrypt: adjust config file first 4b55459 android_config: add missing uuid library Signed-off-by: Nick Hainke <vincent@systemli.org>
160 lines
4.2 KiB
Makefile
160 lines
4.2 KiB
Makefile
#
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=f2fs-tools
|
|
PKG_VERSION:=1.16.0
|
|
PKG_RELEASE:=1
|
|
|
|
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_HASH:=208c7a07e95383fbd7b466b5681590789dcb41f41bf197369c41a95383b57c5e
|
|
|
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
|
PKG_LICENSE:=GPL-2.0-only
|
|
PKG_LICENSE_FILES:=COPYING
|
|
PKG_CPE_ID:=cpe:/a:f2fs-tools_project:f2fs-tools
|
|
|
|
PKG_FIXUP:=autoreconf
|
|
PKG_BUILD_PARALLEL:=1
|
|
PKG_INSTALL:=1
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
define Package/f2fs-tools/Default
|
|
SECTION:=utils
|
|
CATEGORY:=Utilities
|
|
SUBMENU:=Filesystem
|
|
DEPENDS:=+libf2fs
|
|
URL:=http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
|
|
VARIANT:=default
|
|
endef
|
|
|
|
define Package/f2fs-tools/SELinux
|
|
SECTION:=utils
|
|
CATEGORY:=Utilities
|
|
SUBMENU:=Filesystem
|
|
DEPENDS:=+libf2fs-selinux +libselinux
|
|
URL:=http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
|
|
VARIANT:=selinux
|
|
endef
|
|
|
|
define Package/mkf2fs
|
|
$(Package/f2fs-tools/Default)
|
|
TITLE:=Utility for creating a Flash-Friendly File System (F2FS)
|
|
CONFLICTS:=mkf2fs-selinux
|
|
endef
|
|
|
|
define Package/mkf2fs-selinux
|
|
$(Package/f2fs-tools/SELinux)
|
|
TITLE:=Utility for creating a Flash-Friendly File System (F2FS) with SELinux support
|
|
endef
|
|
|
|
define Package/f2fsck
|
|
$(Package/f2fs-tools/Default)
|
|
TITLE:=Utility for checking/repairing a Flash-Friendly File System (F2FS)
|
|
CONFLICTS:=f2fsck-selinux
|
|
endef
|
|
|
|
define Package/f2fsck-selinux
|
|
$(Package/f2fs-tools/SELinux)
|
|
TITLE:=Utility for checking/repairing a Flash-Friendly File System (F2FS) with SELinux support
|
|
endef
|
|
|
|
define Package/f2fs-tools
|
|
$(Package/f2fs-tools/Default)
|
|
TITLE:=Tools for Flash-Friendly File System (F2FS)
|
|
DEPENDS += +mkf2fs +f2fsck
|
|
CONFLICTS:=f2fs-tools-selinux
|
|
endef
|
|
|
|
define Package/f2fs-tools-selinux
|
|
$(Package/f2fs-tools/SELinux)
|
|
TITLE:=Tools for Flash-Friendly File System (F2FS) with SELinux support
|
|
DEPENDS += +mkf2fs-selinux +f2fsck-selinux
|
|
endef
|
|
|
|
define Package/libf2fs
|
|
SECTION:=libs
|
|
CATEGORY:=Libraries
|
|
TITLE:=Library for Flash-Friendly File System (F2FS) tools
|
|
DEPENDS:=+libuuid
|
|
ABI_VERSION:=6
|
|
CONFLICTS:=libf2fs-selinux
|
|
VARIANT:=default
|
|
endef
|
|
|
|
define Package/libf2fs-selinux
|
|
SECTION:=libs
|
|
CATEGORY:=Libraries
|
|
TITLE:=Library for Flash-Friendly File System (F2FS) tools with SELinux support
|
|
DEPENDS:=+libuuid +libselinux
|
|
ABI_VERSION:=6
|
|
VARIANT:=selinux
|
|
endef
|
|
|
|
CONFIGURE_ARGS += \
|
|
--disable-static \
|
|
--without-blkid \
|
|
--without-lzo2 \
|
|
--without-lz4
|
|
|
|
ifneq ($(BUILD_VARIANT),selinux)
|
|
CONFIGURE_ARGS += --without-selinux
|
|
endif
|
|
|
|
CONFIGURE_VARS += \
|
|
ac_cv_file__git=no
|
|
|
|
ifneq ($(CONFIG_USE_MUSL),)
|
|
CONFIGURE_VARS += ac_cv_func_lseek64=yes
|
|
endif
|
|
|
|
define Package/libf2fs/install
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
$(CP) \
|
|
$(PKG_INSTALL_DIR)/usr/lib/libf2fs.so.* $(1)/usr/lib/
|
|
endef
|
|
|
|
Package/libf2fs-selinux/install = $(Package/libf2fs/install)
|
|
|
|
define Package/mkf2fs/install
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mkfs.f2fs $(1)/usr/sbin
|
|
endef
|
|
|
|
Package/mkf2fs-selinux/install = $(Package/mkf2fs/install)
|
|
|
|
define Package/f2fsck/install
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fsck.f2fs $(1)/usr/sbin
|
|
ln -s /usr/sbin/fsck.f2fs $(1)/usr/sbin/defrag.f2fs
|
|
ln -s /usr/sbin/fsck.f2fs $(1)/usr/sbin/dump.f2fs
|
|
ln -s /usr/sbin/fsck.f2fs $(1)/usr/sbin/sload.f2fs
|
|
ln -s /usr/sbin/fsck.f2fs $(1)/usr/sbin/resize.f2fs
|
|
endef
|
|
|
|
Package/f2fsck-selinux/install = $(Package/f2fsck/install)
|
|
|
|
define Package/f2fs-tools/install
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fibmap.f2fs $(1)/usr/sbin
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/parse.f2fs $(1)/usr/sbin
|
|
endef
|
|
|
|
Package/f2fs-tools-selinux/install = $(Package/f2fs-tools/install)
|
|
|
|
$(eval $(call BuildPackage,libf2fs))
|
|
$(eval $(call BuildPackage,libf2fs-selinux))
|
|
$(eval $(call BuildPackage,mkf2fs))
|
|
$(eval $(call BuildPackage,mkf2fs-selinux))
|
|
$(eval $(call BuildPackage,f2fsck))
|
|
$(eval $(call BuildPackage,f2fsck-selinux))
|
|
$(eval $(call BuildPackage,f2fs-tools))
|
|
$(eval $(call BuildPackage,f2fs-tools-selinux))
|