1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 22:24:39 +02:00
openwrt-xburst/tools/ipkg-utils
florian 191849c5b3 ipkg-build calls 'find' directly irrespective of the platform,
this causes 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> 


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-08 21:33:53 +00:00
..
patches ipkg-build calls 'find' directly irrespective of the platform, 2008-08-08 21:33:53 +00:00
Makefile move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk 2007-08-25 11:55:01 +00:00