qntfs: drop outdated package
This commit is contained in:
parent
4d2f082c49
commit
ceab65b50e
@ -1,74 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2005-2019 lintel.huang@gmail.com
|
||||
#
|
||||
# This is non-free software, licensed under author,more code from Apple/Tuxera
|
||||
#
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=fs-qntfs
|
||||
PKG_RELEASE:=4
|
||||
PKG_MAINTAINER:=lintel <lintel.huang@gmail.com>
|
||||
|
||||
USE_SRC=$(shell ls ./src/ 2>/dev/null >/dev/null && echo 1)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
FS_QNTFS_TARGET_DEPENDS=@(TARGET_ar71xx_generic||TARGET_ar71xx_nand||TARGET_ath79_generic||TARGET_ath79_nand||TARGET_ipq40xx_generic||TARGET_ipq806x_generic||TARGET_ramips_mt76x8||TARGET_ramips_mt7620||TARGET_ramips_mt7621)
|
||||
# TODO: target qualcomm-ipq40xx not found
|
||||
|
||||
define KernelPackage/fs-qntfs
|
||||
SUBMENU:=Filesystems
|
||||
TITLE:=PandoraBox Quick-NTFS filesystem
|
||||
FILES:=$(PKG_BUILD_DIR)/qntfs.ko
|
||||
DEPENDS:=$(FS_QNTFS_TARGET_DEPENDS) +kmod-nls-cp936 +kmod-nls-utf8 +kmod-nls-cp437 +kmod-nls-iso8859-1
|
||||
AUTOLOAD:=$(call AutoLoad,30,qntfs,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-qntfs/description
|
||||
a Kernel module drvier base on NTFS-3G support NTFS
|
||||
endef
|
||||
|
||||
EXTRA_KCONFIG:= \
|
||||
CONFIG_QNTFS_FS=m \
|
||||
CONFIG_QNTFS_SYMLINKS=y
|
||||
|
||||
MAKE_OPTS:= \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
SUBDIRS="$(PKG_BUILD_DIR)" \
|
||||
$(EXTRA_KCONFIG)
|
||||
|
||||
ifneq ($(USE_SRC),)
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C "$(LINUX_DIR)" \
|
||||
$(MAKE_OPTS) \
|
||||
modules
|
||||
|
||||
@echo ----------Build:$(CONFIG_TARGET_BOARD)-$(CONFIG_TARGET_SUBTARGET)----------
|
||||
mkdir -p ./files/$(CONFIG_TARGET_BOARD)-$(CONFIG_TARGET_SUBTARGET)
|
||||
$(CP) $(PKG_BUILD_DIR)/qntfs.ko ./files/$(CONFIG_TARGET_BOARD)-$(CONFIG_TARGET_SUBTARGET)/
|
||||
endef
|
||||
|
||||
else
|
||||
|
||||
define Build/Prepare
|
||||
@echo ----------Build:$(CONFIG_TARGET_BOARD)-$(CONFIG_TARGET_SUBTARGET)----------
|
||||
mkdir -p $(PKG_BUILD_DIR)/
|
||||
$(CP) ./files/$(CONFIG_TARGET_BOARD)-$(CONFIG_TARGET_SUBTARGET)/qntfs.ko $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
echo
|
||||
endef
|
||||
|
||||
endif
|
||||
|
||||
$(eval $(call KernelPackage,fs-qntfs))
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user