- Jan 07, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29681
-
- Jan 04, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29655
-
Gabor Juhos authored
Signed-off-by:
Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29650
-
- Dec 15, 2011
-
-
Gabor Juhos authored
SVN-Revision: 29544
-
- Dec 06, 2011
-
-
Gabor Juhos authored
SVN-Revision: 29466
-
- Dec 05, 2011
-
-
Gabor Juhos authored
SVN-Revision: 29445
-
Gabor Juhos authored
SVN-Revision: 29442
-
- Dec 03, 2011
-
-
Gabor Juhos authored
SVN-Revision: 29409
-
- Nov 28, 2011
-
-
Felix Fietkau authored
build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build SVN-Revision: 29352
-
- Nov 24, 2011
-
-
Gabor Juhos authored
Based on a patch by Adrian Chadd <adrian@freebsd.org> SVN-Revision: 29327
-
- Nov 23, 2011
-
-
Nicolas Thill authored
SVN-Revision: 29293
-
- Nov 01, 2011
-
-
Gabor Juhos authored
SVN-Revision: 28707
-
- Oct 30, 2011
-
-
Vasilis Tsiligiannis authored
SVN-Revision: 28688
-
- Oct 26, 2011
-
-
Gabor Juhos authored
SVN-Revision: 28602
-
- Oct 21, 2011
-
-
Felix Fietkau authored
SVN-Revision: 28502
-
Nicolas Thill authored
g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp cc1plus: warnings being treated as errors compress.cpp:75: error: unused parameter 'src' ... SVN-Revision: 28500
-
- Oct 19, 2011
-
-
Jonas Gorski authored
Some vendor firmwares use a different super block magic to indicate LZMA compression. This patches adds support for detecting this and enable extraction for those firmware's root filesystems. SVN-Revision: 28489
-
- Oct 12, 2011
-
-
Imre Kaloz authored
SVN-Revision: 28428
-
- Sep 21, 2011
-
-
Gabor Juhos authored
Patch-by:
dongyuqi <729650915@qq.com> SVN-Revision: 28278
-
Gabor Juhos authored
Signed-off-by:
Paul Fertser <fercerpav@gmail.com> SVN-Revision: 28270
-
Gabor Juhos authored
Signed-off-by:
Martin Raykov <martin.raykov@gmail.com> SVN-Revision: 28268
-
- Aug 05, 2011
-
-
Lars-Peter Clausen authored
This mends mkimage for getline() in Mac OS X 10.7. Signed-off-by: Joe Roback <openwrt-devel at roback.cc> SVN-Revision: 27917
-
Lars-Peter Clausen authored
Apple has finally updated their version of Libc, and it now includes getline(). \o/ The following patch fixes OpenWRT getline.h to not redefine it for 10.7. The one caveat is, the includes (at least stdio.h) are needed before the #ifdef so that __DARWIN_C_LEVEL could be properly defined (it is not a compiler built-in define like __linux__ or __APPLE__). This one fixes the host/include/getline.h. The next patch will mend the mkimage package. Signed-off-by: Joe Roback <openwrt-devel at roback.cc> SVN-Revision: 27916
-
- Aug 01, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27869
-
Jo-Philipp Wich authored
autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use. SVN-Revision: 27855
-
- Jul 31, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27852
-
Felix Fietkau authored
SVN-Revision: 27851
-
Felix Fietkau authored
SVN-Revision: 27850
-
- Jul 24, 2011
-
-
Felix Fietkau authored
Now: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include After applying the patch: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test/include I guess that there sould not be '//' but only one '/'. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 27744
-
- Jul 08, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27553
-
- Jul 06, 2011
-
-
Gabor Juhos authored
SVN-Revision: 27475
-
Gabor Juhos authored
SVN-Revision: 27473
-
Gabor Juhos authored
SVN-Revision: 27472
-
- Jul 04, 2011
-
-
Gabor Juhos authored
SVN-Revision: 27438
-
- Jul 02, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27363
-
Felix Fietkau authored
SVN-Revision: 27361
-
Gabor Juhos authored
SVN-Revision: 27355
-
Felix Fietkau authored
add a portable version of sys/sysmacros.h and and let the kernel use the host include dir, fixes x86 builds on non-gnu systems SVN-Revision: 27346
-
Felix Fietkau authored
move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain - make the package hidden so that it is automatically built without having to be selected SVN-Revision: 27345
-
- Jul 01, 2011
-
-
Imre Kaloz authored
SVN-Revision: 27336
-