Loading package/ncftp/Config.in +0 −4 Original line number Diff line number Diff line config BR2_PACKAGE_NCFTP bool "ncftp" depends on BR2_LARGEFILE help NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP). Loading Loading @@ -31,6 +30,3 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS select BR2_PACKAGE_NCURSES endmenu comment "ncftp requires a toolchain with LARGEFILE support" depends on !BR2_LARGEFILE package/ncftp/ncftp.mk +12 −12 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ # ncftp client # ############################################################# NCFTP_VERSION:=3.2.4 NCFTP_SOURCE:=ncftp-$(NCFTP_VERSION)-src.tar.bz2 NCFTP_SITE:=ftp://ftp.ncftp.com/ncftp NCFTP_TARGET_BINS:=ncftp NCFTP_VERSION = 3.2.5 NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.bz2 NCFTP_SITE = ftp://ftp.ncftp.com/ncftp NCFTP_TARGET_BINS = ncftp ifeq ($(BR2_PACKAGE_NCFTP_GET),y) NCFTP_TARGET_BINS += ncftpget Loading @@ -29,7 +29,7 @@ endif ifeq ($(BR2_PACKAGE_NCFTP_BOOKMARKS),y) NCFTP_TARGET_BINS += ncftpbookmarks NCFTP_DEPENDENCIES:=ncurses NCFTP_DEPENDENCIES += ncurses endif define NCFTP_INSTALL_TARGET_CMDS Loading Loading
package/ncftp/Config.in +0 −4 Original line number Diff line number Diff line config BR2_PACKAGE_NCFTP bool "ncftp" depends on BR2_LARGEFILE help NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP). Loading Loading @@ -31,6 +30,3 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS select BR2_PACKAGE_NCURSES endmenu comment "ncftp requires a toolchain with LARGEFILE support" depends on !BR2_LARGEFILE
package/ncftp/ncftp.mk +12 −12 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ # ncftp client # ############################################################# NCFTP_VERSION:=3.2.4 NCFTP_SOURCE:=ncftp-$(NCFTP_VERSION)-src.tar.bz2 NCFTP_SITE:=ftp://ftp.ncftp.com/ncftp NCFTP_TARGET_BINS:=ncftp NCFTP_VERSION = 3.2.5 NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.bz2 NCFTP_SITE = ftp://ftp.ncftp.com/ncftp NCFTP_TARGET_BINS = ncftp ifeq ($(BR2_PACKAGE_NCFTP_GET),y) NCFTP_TARGET_BINS += ncftpget Loading @@ -29,7 +29,7 @@ endif ifeq ($(BR2_PACKAGE_NCFTP_BOOKMARKS),y) NCFTP_TARGET_BINS += ncftpbookmarks NCFTP_DEPENDENCIES:=ncurses NCFTP_DEPENDENCIES += ncurses endif define NCFTP_INSTALL_TARGET_CMDS Loading