summaryrefslogtreecommitdiffstats
path: root/tools/ipkg-utils/patches/160-find.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, ↵Hauke Mehrtens2009-02-211-5/+5
| | | | | | and autoconf are touched SVN-Revision: 14589
* Invert logic, first search for find as most people will build under LinuxFlorian Fainelli2008-08-081-2/+2
| | | | SVN-Revision: 12248
* ipkg-build calls 'find' directly irrespective of the platform, this causes ↵Florian Fainelli2008-08-081-0/+39
failure in case gnu-find specific options are used (such as "-uid +99"). The attached diff, which creates tools/ipkg-utils/patches/160-find.patch, fixes the problem by using gfind is available. Again, this is similar to what is done in include/host.mk. (#3868) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12247