From: Josef Schlehofer Date: Thu, 23 Feb 2023 06:56:04 +0000 (+0100) Subject: antfs-mount: drop X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8027ea5c0ff02535c3665fa430774f721f58634f;p=openwrt-packages.git antfs-mount: drop Since kernel module was dropped, check the reasons why it was removed in the commit 42a4fbe4a4fda8b61a1cec0762957872511f6527 (" antfs: drop this kernel package"), then this package should be removed, too as the dependency was removed and without it, it is not useful Signed-off-by: Josef Schlehofer --- diff --git a/utils/antfs-mount/Makefile b/utils/antfs-mount/Makefile deleted file mode 100644 index 48ffc6f1c..000000000 --- a/utils/antfs-mount/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=antfs-mount -PKG_RELEASE:=1 - -include $(INCLUDE_DIR)/package.mk - -define Package/antfs-mount - SECTION:=utils - CATEGORY:=Utilities - SUBMENU:=Filesystem - TITLE:=NTFS mount script for AVM NTFS driver - PKGARCH:=all - DEPENDS:=+kmod-fs-antfs -endef - -define Build/Configure -endef - -define Build/Compile -endef - -define Package/antfs-mount/install - $(INSTALL_DIR) $(1)/sbin - $(INSTALL_BIN) ./files/mount.ntfs $(1)/sbin -endef - -$(eval $(call BuildPackage,antfs-mount)) diff --git a/utils/antfs-mount/files/mount.ntfs b/utils/antfs-mount/files/mount.ntfs deleted file mode 100644 index e97709aec..000000000 --- a/utils/antfs-mount/files/mount.ntfs +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -mount -t antfs "$@"