antfs-mount: drop 20560/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 23 Feb 2023 06:56:04 +0000 (07:56 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 23 Feb 2023 07:01:30 +0000 (08:01 +0100)
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 <pepe.schlehofer@gmail.com>
utils/antfs-mount/Makefile [deleted file]
utils/antfs-mount/files/mount.ntfs [deleted file]

diff --git a/utils/antfs-mount/Makefile b/utils/antfs-mount/Makefile
deleted file mode 100644 (file)
index 48ffc6f..0000000
+++ /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 (file)
index e97709a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-mount -t antfs "$@"