Commit b80f6621 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ncftp: needs largefile support in toolchain

parent 0d6bea51
Loading
Loading
Loading
Loading
+4 −0
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).
@@ -30,3 +31,6 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS
	select BR2_PACKAGE_NCURSES

endmenu

comment "ncftp requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE