Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |