Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ncftp: bump to version 3.2.5 | Gustavo Zacarias | 2011-10-17 | 2 | -16/+12 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: remove useless arguments from AUTOTARGETS | Thomas Petazzoni | 2011-09-29 | 1 | -1/+1 |
| | | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ncftp: use correct way of overriding steps | Thomas Petazzoni | 2010-09-12 | 1 | -14/+9 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | ncftp: bump version | Julien Boibessot | 2010-05-29 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | ncftp: needs largefile support in toolchain | Peter Korsgaard | 2009-10-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ncftp: cleanup Config.in | Peter Korsgaard | 2009-04-01 | 1 | -5/+0 |
| | | | | | | 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. | ||||
* | ncftp: convert to Makefile.autotools.in | Peter Korsgaard | 2009-04-01 | 2 | -62/+18 |
| | | | | | | | - ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ] | ||||
* | reinstitute comment thaat spooler does not work | Ulf Samuelsson | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | Part of NcFTP depends on ncurses, create dependencies, if needed | Ulf Samuelsson | 2009-01-25 | 2 | -3/+10 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -7/+7 |
| | |||||
* | ncftp: bump version | Peter Korsgaard | 2008-10-06 | 1 | -1/+1 |
| | | | | Patch by Micha Nelissen | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -3/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -7/+7 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -1/+1 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | Improve config for nCFTP | Ulf Samuelsson | 2007-10-31 | 2 | -12/+56 |
| | |||||
* | updated ncftp to 3.2.1 version, thanks to sushisan | Ivan Kuten | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -1/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Strip binaries at install. Closes #1365 | Peter Korsgaard | 2007-05-23 | 1 | -0/+1 |
| | |||||
* | ncftp package. Patch from #1355 | Peter Korsgaard | 2007-05-22 | 2 | -0/+81 |