From eeadb0194733b0fd3fd9db2b93de365461649d6a Mon Sep 17 00:00:00 2001 From: Shibby Date: Fri, 24 Apr 2015 09:07:30 +0200 Subject: [PATCH] GUI: Allow users to decide which NTFS driver they want to use cd .. fix paragon driver definition --- release/src-rt-6.x.4708/router/www/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/www/Makefile b/release/src-rt-6.x.4708/router/www/Makefile index ac40d816a4..0da91fa56e 100644 --- a/release/src-rt-6.x.4708/router/www/Makefile +++ b/release/src-rt-6.x.4708/router/www/Makefile @@ -88,9 +88,11 @@ ifneq ($(TCONFIG_NTFS),y) endif # Only include Paragon NTFS settings if Paragon is configured in. -ifneq ($(TCONFIG_PARAGON),y) +ifneq ($(TCONFIG_UFSDA),y) +ifneq ($(TCONFIG_UFSDN),y) sed -i $(INSTALLDIR)/www/nas-usb.asp -e "/PARAGON-BEGIN/,/PARAGON-END/d" endif +endif # Only include Tuxera NTFS settings if Tuxera is configured in. ifneq ($(TCONFIG_TUXERA),y) @@ -325,6 +327,8 @@ endif -e "/DNSSEC-BEGIN/d" -e "/DNSSEC-END/d"\ -e "/TOR-BEGIN/d" -e "/TOR-END/d"\ -e "/TINC-BEGIN/d" -e "/TINC-END/d"\ + -e "/PARAGON-BEGIN/d" -e "/PARAGON-END/d"\ + -e "/TUXERA-BEGIN/d" -e "/TUXERA-END/d"\ -e "/MICROSD-BEGIN/d" -e "/MICROSD-END/d"\ || true; \ done -- 2.11.4.GIT