Hi All,<br><br>Ncftp package fails if you've  selected "utils". <br><br>It fails while trying to make the "install -m 0755 <path>/ncftpbookmarks" after compiling.<br><br>Since i don't need ncftpbookmarks, i solved this changing this in 
<a href="http://ncftp.mk">ncftp.mk</a>:<br><br>ORIGINAL:<br><br>ifeq ($(strip $(BR2_PACKAGE_NCFTP_UTILS)),y)<br>NCFTP_TARGET_BINS+=ncftpbatch ncftpbookmarks ncftpget ncftpls ncftpput<br>endif<br><br><br>MODIFIED (simply removed ncftpbookmarks):
<br><br>ifeq ($(strip $(BR2_PACKAGE_NCFTP_UTILS)),y)<br>NCFTP_TARGET_BINS+=ncftpbatch ncftpget ncftpls ncftpput<br>endif<br><br><br>It works fine now.<br><br>I can submit a patch if someone interested.<br><br><br>Regards,
<br><br>Jorge.<br><br><br><br>