| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 29681
|
|
|
|
| |
SVN-Revision: 29655
|
|
|
|
|
|
| |
Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de>
SVN-Revision: 29650
|
|
|
|
| |
SVN-Revision: 29544
|
|
|
|
| |
SVN-Revision: 29466
|
|
|
|
| |
SVN-Revision: 29445
|
|
|
|
| |
SVN-Revision: 29442
|
|
|
|
| |
SVN-Revision: 29409
|
|
|
|
|
|
| |
for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build
SVN-Revision: 29352
|
|
|
|
|
|
| |
Based on a patch by Adrian Chadd <adrian@freebsd.org>
SVN-Revision: 29327
|
|
|
|
| |
SVN-Revision: 29293
|
|
|
|
| |
SVN-Revision: 28707
|
|
|
|
| |
SVN-Revision: 28688
|
|
|
|
| |
SVN-Revision: 28602
|
|
|
|
| |
SVN-Revision: 28502
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 28428
|
|
|
|
|
|
| |
Patch-by: dongyuqi <729650915@qq.com>
SVN-Revision: 28278
|
|
|
|
|
|
| |
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 28270
|
|
|
|
|
|
| |
Signed-off-by: Martin Raykov <martin.raykov@gmail.com>
SVN-Revision: 28268
|
|
|
|
|
|
|
|
| |
This mends mkimage for getline() in Mac OS X 10.7.
Signed-off-by: Joe Roback <openwrt-devel at roback.cc>
SVN-Revision: 27917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 27869
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
#9842)
SVN-Revision: 27852
|
|
|
|
| |
SVN-Revision: 27851
|
|
|
|
| |
SVN-Revision: 27850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
with a BSD stdlib function
SVN-Revision: 27553
|
|
|
|
| |
SVN-Revision: 27475
|
|
|
|
| |
SVN-Revision: 27473
|
|
|
|
| |
SVN-Revision: 27472
|
|
|
|
| |
SVN-Revision: 27438
|
|
|
|
|
|
| |
fixes #9642
SVN-Revision: 27363
|
|
|
|
| |
SVN-Revision: 27361
|
|
|
|
| |
SVN-Revision: 27355
|
|
|
|
|
|
| |
host include dir, fixes x86 builds on non-gnu systems
SVN-Revision: 27346
|
|
|
|
|
|
| |
- make the package hidden so that it is automatically built without having to be selected
SVN-Revision: 27345
|
|
|
|
| |
SVN-Revision: 27336
|
|
|
|
|
|
| |
This closes #9446
SVN-Revision: 27255
|
|
|
|
|
|
| |
Also print an error message if decryption fails.
SVN-Revision: 27167
|
|
|
|
|
|
| |
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 27052
|
|
|
|
| |
SVN-Revision: 27050
|
|
|
|
| |
SVN-Revision: 26918
|
|
|
|
|
|
|
|
|
| |
Add two helpers for generating correctly tagged images for the T-Home
Speedport W 303V Typ B as well as xor'd ones as required by CFE.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26877
|
|
|
|
|
|
| |
(standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd
SVN-Revision: 26804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dual image capable CFEs store an image sequence at the same place as
currently OpenWrt stores the actual rootfs length, so it will get
overwritten when flashing through such a CFE.
To prevent this from happening, move the rootfs length field to the next
four bytes, thus completely using the reserved1 field.
Since the reserved1 field is now completely in use, it does not make sense
to allow it to be set from the imagetag utility, so remove the option.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26680
|
|
|
|
|
|
| |
Darwin compat (#9214)
SVN-Revision: 26642
|
|
|
|
|
|
| |
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26620
|