mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
package:ntfs3 rename to ntfs3-oot
This commit is contained in:
parent
b143589cf2
commit
773f94ca05
@ -1,17 +1,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ntfs3-mount
|
||||
PKG_NAME:=ntfs3-oot-mount
|
||||
PKG_RELEASE:=2
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/ntfs3-mount
|
||||
define Package/ntfs3-oot-mount
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Filesystem
|
||||
TITLE:=NTFS mount script for Paragon NTFS3 driver
|
||||
PKGARCH:=all
|
||||
DEPENDS:=+kmod-fs-ntfs3
|
||||
DEPENDS:=+kmod-fs-ntfs3-oot
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
@ -20,9 +20,9 @@ endef
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/ntfs3-mount/install
|
||||
define Package/ntfs3-oot-mount/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) ./files/mount.ntfs3 $(1)/sbin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ntfs3-mount))
|
||||
$(eval $(call BuildPackage,ntfs3-oot-mount))
|
@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=ntfs3
|
||||
PKG_NAME:=ntfs3-oot
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
@ -20,7 +20,7 @@ PKG_LICENSE:=GPL-2.0-only
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define KernelPackage/fs-ntfs3
|
||||
define KernelPackage/fs-ntfs3-oot
|
||||
SECTION:=kernel
|
||||
CATEGORY:=Kernel modules
|
||||
SUBMENU:=Filesystems
|
||||
@ -30,7 +30,7 @@ define KernelPackage/fs-ntfs3
|
||||
DEPENDS:=+kmod-nls-utf8
|
||||
endef
|
||||
|
||||
define KernelPackage/ntfs3/description
|
||||
define KernelPackage/ntfs3-oot/description
|
||||
This package provides the kernel module for ntfs3.
|
||||
endef
|
||||
|
||||
@ -42,4 +42,4 @@ define Build/Compile
|
||||
modules
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,fs-ntfs3))
|
||||
$(eval $(call KernelPackage,fs-ntfs3-oot))
|
Loading…
Reference in New Issue
Block a user