From 8027ea5c0ff02535c3665fa430774f721f58634f Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 23 Feb 2023 07:56:04 +0100 Subject: [PATCH] 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 --- utils/antfs-mount/Makefile | 28 ---------------------------- utils/antfs-mount/files/mount.ntfs | 2 -- 2 files changed, 30 deletions(-) delete mode 100644 utils/antfs-mount/Makefile delete mode 100644 utils/antfs-mount/files/mount.ntfs 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 "$@"