diff --git a/package/lean/antfs-mount/Makefile b/package/lean/antfs-mount/Makefile deleted file mode 100644 index 48ffc6f1c..000000000 --- a/package/lean/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/package/lean/antfs-mount/files/mount.ntfs b/package/lean/antfs-mount/files/mount.ntfs deleted file mode 100644 index 2043bca0a..000000000 --- a/package/lean/antfs-mount/files/mount.ntfs +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -mount -t antfs $@ diff --git a/package/lean/antfs/Makefile b/package/lean/antfs/Makefile deleted file mode 100644 index e10ba566d..000000000 --- a/package/lean/antfs/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/kernel.mk - -PKG_NAME:=antfs -PKG_RELEASE:=2 - -PKG_SOURCE_URL:=https://github.com/klukonin/antfs.git -PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2020-02-10 -PKG_SOURCE_VERSION:=b41ba529f6b64b429527e09a06ce0326d5456c05 - -PKG_LICENSE:=GPL-2.0-only -PKG_LICENSE_FILES:=LICENSE - -include $(INCLUDE_DIR)/package.mk - -define KernelPackage/fs-antfs - SUBMENU:=Filesystems - TITLE:=AVM NTFS Read/Write Driver - FILES:=$(PKG_BUILD_DIR)/antfs.ko - AUTOLOAD:=$(call AutoLoad,30,antfs,1) - DEPENDS:=+kmod-nls-base -endef - -define KernelPackage/fs-antfs/description - Kernel module for NTFS Filesytem -endef - -MAKE_OPTS:= \ - ARCH="$(LINUX_KARCH)" \ - CROSS_COMPILE="$(TARGET_CROSS)" \ - M="$(PKG_BUILD_DIR)" - -define Build/Compile - $(MAKE) -C "$(LINUX_DIR)" \ - $(MAKE_OPTS) \ - CONFIG_ANTFS_FS=m \ - CONFIG_ANTFS_SYMLINKS=y \ - ANTFS_VERSION=07.19-$(call version_abbrev,$(PKG_SOURCE_VERSION)) \ - modules -endef - -$(eval $(call KernelPackage,fs-antfs)) diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index 206616878..4e44a4091 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_VERSION:=1 -PKG_RELEASE:=32 +PKG_RELEASE:=33 PKG_ARCH:=all include $(INCLUDE_DIR)/package.mk @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/automount TITLE:=Mount autoconfig hotplug script. MAINTAINER:=Lean - DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +!LINUX_5_4:kmod-fs-exfat0 +LINUX_5_4:kmod-fs-exfat +ntfs-3g + DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +!LINUX_5_4:kmod-fs-exfat0 +LINUX_5_4:kmod-fs-exfat +antfs-mount endef define Package/automount/description