Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: convert some Config.in selects to depends | Peter Korsgaard | 2009-03-05 | 1 | -1/+4 |
| | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options. | ||||
* | 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 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | fuse: fix target install | Peter Korsgaard | 2008-07-17 | 1 | -2/+2 |
| | | | | Also copy libfuse.so symlink so fuse target isn't considered out of date | ||||
* | fuse: re-add missing --program-prefix | Peter Korsgaard | 2008-07-11 | 1 | -0/+1 |
| | | | | --program-prefix got errorously removed in the recent cleanup work. | ||||
* | fuse: bump version | Peter Korsgaard | 2008-07-10 | 2 | -57/+1 |
| | | | | | | The disable_symvers_22 patch no longer applies, but things seems to work without it. There's no documentation describing what it was supposed to fix, so get rid of it. | ||||
* | fuse: use BR2_SOURCEFORGE_MIRROR | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: cleanup patch handling | Peter Korsgaard | 2008-07-10 | 2 | -1/+1 |
| | | | | | Move patch to package dir like other packages and fixup patch-kernel invocation. | ||||
* | fuse: remove commented out lines | Peter Korsgaard | 2008-07-10 | 1 | -8/+0 |
| | |||||
* | fuse: cleanup configure args | Peter Korsgaard | 2008-07-10 | 1 | -2/+3 |
| | |||||
* | fuse: remove stray $ | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: also remove fusermount from target | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: strip binaries/libs in target | Peter Korsgaard | 2008-07-10 | 1 | -1/+2 |
| | |||||
* | fuse: don't build kernel module | Peter Korsgaard | 2008-07-10 | 1 | -2/+1 |
| | | | | | it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers. | ||||
* | fuse: select BR2_LARGEFILE | Peter Korsgaard | 2008-07-10 | 1 | -0/+1 |
| | | | | fuse needs largefile support | ||||
* | fuse: use tabs for indentation in kconfig | Peter Korsgaard | 2008-07-10 | 1 | -3/+3 |
| | |||||
* | add fuse and nfs-3g packages | Ivan Kuten | 2007-11-24 | 3 | -0/+146 |