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
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ntfs3-mount
|
PKG_NAME:=ntfs3-oot-mount
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ntfs3-mount
|
define Package/ntfs3-oot-mount
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Filesystem
|
SUBMENU:=Filesystem
|
||||||
TITLE:=NTFS mount script for Paragon NTFS3 driver
|
TITLE:=NTFS mount script for Paragon NTFS3 driver
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
DEPENDS:=+kmod-fs-ntfs3
|
DEPENDS:=+kmod-fs-ntfs3-oot
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
@ -20,9 +20,9 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntfs3-mount/install
|
define Package/ntfs3-oot-mount/install
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
$(INSTALL_BIN) ./files/mount.ntfs3 $(1)/sbin
|
$(INSTALL_BIN) ./files/mount.ntfs3 $(1)/sbin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ntfs3-mount))
|
$(eval $(call BuildPackage,ntfs3-oot-mount))
|
@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=ntfs3
|
PKG_NAME:=ntfs3-oot
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
@ -20,7 +20,7 @@ PKG_LICENSE:=GPL-2.0-only
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define KernelPackage/fs-ntfs3
|
define KernelPackage/fs-ntfs3-oot
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Filesystems
|
SUBMENU:=Filesystems
|
||||||
@ -30,7 +30,7 @@ define KernelPackage/fs-ntfs3
|
|||||||
DEPENDS:=+kmod-nls-utf8
|
DEPENDS:=+kmod-nls-utf8
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ntfs3/description
|
define KernelPackage/ntfs3-oot/description
|
||||||
This package provides the kernel module for ntfs3.
|
This package provides the kernel module for ntfs3.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -42,4 +42,4 @@ define Build/Compile
|
|||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,fs-ntfs3))
|
$(eval $(call KernelPackage,fs-ntfs3-oot))
|
Loading…
Reference in New Issue
Block a user