- Aug 09, 2008
-
-
Florian Fainelli authored
SVN-Revision: 12251
-
- Aug 08, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12250
-
Florian Fainelli authored
package iproute2 has problems building on recent BSD-derived platforms because some programs to be run on the host use malloc.h in an incompatible way. package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin, however the fix can be made to work on other BSD platforms by changing the patch as below. I think a similar approach should work for other BSD-derived platforms, replacing the #ifndef __APPLE__ with #if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...) or perhaps even with just #ifdef __linux__ if the set of platforms where malloc.h is ok is small or restricted to just linux In any case, the patch is below. (#3869) Signed-off-by:
Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12249
-
Florian Fainelli authored
SVN-Revision: 12248
-
Florian Fainelli authored
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> SVN-Revision: 12247
-
Florian Fainelli authored
scripts/feeds calls 'make' irrespective of the platform it is running on. The attached patch changes the code to use gmake if available (which should cover non-linux platforms, and is the same logic used to adapt other programs in include/host.mk) (#3867) Signed-off-by:
Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12246
-
John Crispin authored
SVN-Revision: 12245
-
- Aug 07, 2008
-
-
Imre Kaloz authored
SVN-Revision: 12244
-
Imre Kaloz authored
SVN-Revision: 12243
-
Gabor Juhos authored
SVN-Revision: 12242
-
Felix Fietkau authored
add basic interface alias support. for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example: config alias test option interface lan option ipaddr 192.168.1.1 option netmask 255.255.0.0 SVN-Revision: 12241
-
Florian Fainelli authored
SVN-Revision: 12240
-
Gabor Juhos authored
SVN-Revision: 12239
-
Steven Barth authored
SVN-Revision: 12238
-
Steven Barth authored
SVN-Revision: 12236
-
Florian Fainelli authored
SVN-Revision: 12235
-
Gabor Juhos authored
SVN-Revision: 12232
-
Mike Baker authored
SVN-Revision: 12231
-
- Aug 06, 2008
-
-
Nicolas Thill authored
SVN-Revision: 12229
-
Felix Fietkau authored
SVN-Revision: 12227
-
Felix Fietkau authored
SVN-Revision: 12226
-
Felix Fietkau authored
SVN-Revision: 12225
-
Felix Fietkau authored
add a variable that contains the proper architecture-dependent -fPIC/-fpic cflag for building shared libraries SVN-Revision: 12224
-
Florian Fainelli authored
SVN-Revision: 12223
-
Felix Fietkau authored
SVN-Revision: 12217
-
Felix Fietkau authored
SVN-Revision: 12216
-
Gabor Juhos authored
SVN-Revision: 12214
-
Felix Fietkau authored
SVN-Revision: 12213
-
Felix Fietkau authored
SVN-Revision: 12212
-
Felix Fietkau authored
SVN-Revision: 12211
-
Felix Fietkau authored
SVN-Revision: 12210
-
Gabor Juhos authored
SVN-Revision: 12208
-
Felix Fietkau authored
SVN-Revision: 12204
-
Nicolas Thill authored
SVN-Revision: 12202
-
Gabor Juhos authored
SVN-Revision: 12201
-
Felix Fietkau authored
SVN-Revision: 12194
-
- Aug 05, 2008
-
-
Felix Fietkau authored
SVN-Revision: 12185
-
Felix Fietkau authored
SVN-Revision: 12183
-
Felix Fietkau authored
SVN-Revision: 12181
-
Felix Fietkau authored
SVN-Revision: 12180
-