Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-12 | ncftp: use correct way of overriding steps | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2010-05-29 | ncftp: bump version | Julien Boibessot | |
Due to recent 3.2.4 release, 3.2.2 download address has changed, so I prefered bump version to 3.2.4 rather than changing NCFTP_SITE. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-03 | ncftp: needs largefile support in toolchain | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-04-01 | ncftp: cleanup Config.in | Peter Korsgaard | |
Subentries of a menu automatically gets hidden if the dependencies of the menu element aren't available, so get rid of the individual depends on BR2_PACKAGE_NCFTP. | |||
2009-04-01 | ncftp: convert to Makefile.autotools.in | Peter Korsgaard | |
- ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ] | |||
2009-01-25 | reinstitute comment thaat spooler does not work | Ulf Samuelsson | |
2009-01-25 | Part of NcFTP depends on ncurses, create dependencies, if needed | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-10-06 | ncftp: bump version | Peter Korsgaard | |
Patch by Micha Nelissen | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2007-10-31 | Improve config for nCFTP | Ulf Samuelsson | |
2007-10-19 | updated ncftp to 3.2.1 version, thanks to sushisan | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-25 | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | |
2007-08-22 | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-05-23 | Strip binaries at install. Closes #1365 | Peter Korsgaard | |
2007-05-22 | ncftp package. Patch from #1355 | Peter Korsgaard | |