summaryrefslogtreecommitdiffstats
path: root/tools/ipkg-utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Allow ipkg to handle conffiles if present (#3466)Florian Fainelli2008-05-221-0/+11
| | | | SVN-Revision: 11242
* Prevent the use of underscores in package names (#2801)Florian Fainelli2007-12-131-1/+1
| | | | SVN-Revision: 9724
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mkNicolas Thill2007-08-251-3/+0
| | | | SVN-Revision: 8481
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-8/+7
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* when building packages, accept uppercase letters in the package nameFelix Fietkau2007-07-211-0/+26
| | | | SVN-Revision: 8090
* fix accidentally committed broken patchFelix Fietkau2007-06-301-35/+8
| | | | SVN-Revision: 7794
* add portability fixes from #1720Felix Fietkau2007-06-301-5/+27
| | | | SVN-Revision: 7791
* finally move buildroot-ng to trunkFelix Fietkau2016-03-206-0/+186