mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 17:07:43 +00:00
ncftp: needs largefile support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0d6bea5119
commit
b80f662168
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_NCFTP
|
config BR2_PACKAGE_NCFTP
|
||||||
bool "ncftp"
|
bool "ncftp"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
||||||
programs implementing the File Transfer Protocol (FTP).
|
programs implementing the File Transfer Protocol (FTP).
|
||||||
@ -30,3 +31,6 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS
|
|||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
comment "ncftp requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user