Felix Fietkau
5ee5f0d314
quilt: make it possible to override the path to getopt (based on patch from #9842 )
...
SVN-Revision: 27852
13 years ago
Felix Fietkau
fa9521ad91
squashfs4: fix a compile error on big-endian systems (patch from #9842 )
...
SVN-Revision: 27851
13 years ago
Felix Fietkau
de23984834
squashfs4: add missing include for freebsd (patch from #9842 )
...
SVN-Revision: 27850
13 years ago
Felix Fietkau
48bf10fba2
pkg-config: fix prefix
...
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
14 years ago
Felix Fietkau
bdb676b90d
firmware-utils: rename the devname variable in mkwrgimg to avoid a clash with a BSD stdlib function
...
SVN-Revision: 27553
14 years ago
Gabor Juhos
9d980dc121
tools/firmware-utils: add yet another buffalo tool
...
SVN-Revision: 27475
14 years ago
Gabor Juhos
533067b8f5
tools/firmware-utils: allow to create buffalo image from two files
...
SVN-Revision: 27473
14 years ago
Gabor Juhos
ea6bc8858a
tools/firmware-utils: allow to create buffalo tags w/o hw version
...
SVN-Revision: 27472
14 years ago
Gabor Juhos
1c5b7d0a32
tools/firmware-utils: add new firmware tool for the DIR-300-B1 board
...
SVN-Revision: 27438
14 years ago
Felix Fietkau
3a983b98c9
tools: always build mpc, now that older gcc versions have been eliminated, fixes #9642
...
SVN-Revision: 27363
14 years ago
Felix Fietkau
e194acb471
padjffs2: fix a compiler warning that makes the build fail because of -Werror
...
SVN-Revision: 27361
14 years ago
Gabor Juhos
7ce98c6001
tools: create a new tool for more efficient jffs2 padding
...
SVN-Revision: 27355
14 years ago
Felix Fietkau
fc0863785a
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
14 years ago
Felix Fietkau
ce6b3da880
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
14 years ago
Imre Kaloz
3d95ace099
use u-boot 2011.06 as source
...
SVN-Revision: 27336
14 years ago
Hauke Mehrtens
fbed51a8b5
firmware-utils: fix build on big endian systems
...
This closes #9446
SVN-Revision: 27255
14 years ago
Gabor Juhos
0d7a558f23
tools/firmware-utils: fix buffalo csum calculation
...
Also print an error message if decryption fails.
SVN-Revision: 27167
14 years ago
Gabor Juhos
145402e11b
tools/firmware-utils: add support for hd_id tag into mkdniimg
...
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 27052
14 years ago
Gabor Juhos
fb9a672c78
tools/firmware-utils: add buffalo specific fw tools
...
SVN-Revision: 27050
14 years ago
John Crispin
9abcc01305
* adds mkelfimage
...
SVN-Revision: 26918
14 years ago
Florian Fainelli
dce13b8c4d
bcm63xx: Add firmware helpers for T-Home Speedport W 303V
...
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
14 years ago
Jo-Philipp Wich
8324bf036c
quilt: fix building with dash `test x == x` gives a syntax error with dash (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd
...
SVN-Revision: 26804
14 years ago
Daniel Dickinson
f83c5938d2
bcm63xx: Move the OpenWrt rootfs length field
...
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
14 years ago
Jo-Philipp Wich
2702ba56f0
ipkg-utils: use (g)stat instead of "du -b" to find package size, fixes Darwin compat ( #9214 )
...
SVN-Revision: 26642
14 years ago
Jo-Philipp Wich
b32797cc55
missing-macros: add GTKDOC_REBASE macro needed by some newer packages Signed-off-by: Jochen Friedrich <jochen@scram.de>
...
SVN-Revision: 26620
14 years ago
Hauke Mehrtens
869fb691ec
firmware-utils: fix endianness bugs in firmware generation program.
...
Should make it work on big endian systems again, I do not have such a system.
This closes #9093 .
SVN-Revision: 26543
14 years ago
Felix Fietkau
d637ae2fc8
make the build system a bit more silent without V=99
...
SVN-Revision: 26460
14 years ago
Hauke Mehrtens
6b654266bb
m4: update to version 1.4.16
...
SVN-Revision: 26439
14 years ago
Hauke Mehrtens
ce6942268c
xz: update to version 5.0.2
...
SVN-Revision: 26438
14 years ago
Felix Fietkau
fb64684435
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
...
SVN-Revision: 26423
14 years ago
Felix Fietkau
e6aa1cab00
tools/squashfs4: update to version 4.2 (adds support for xz compression)
...
Based on a patch by Jonas Gorski
SVN-Revision: 26422
14 years ago
Alexandros C. Couloumbis
59b085ff1b
tools/cmake: update to version 2.8.4
...
SVN-Revision: 26283
14 years ago
Jo-Philipp Wich
b8aef60e35
ipkg-utils: utilize the tar -p flag to preserve permissions ( #7667 )
...
SVN-Revision: 26258
14 years ago
Gabor Juhos
72b3c18da1
firmware-utils/mktplinkfw: add support for the TP-Link TL-WA901ND v2 board
...
Patch-by: Jonathan Benett <jbscience87@gmail.com>
SVN-Revision: 26118
14 years ago
Alexandros C. Couloumbis
58a5102338
tools/xz: add some upstream patches
...
SVN-Revision: 26018
14 years ago
Jo-Philipp Wich
b5a0fd2961
package xfce-macros, required for autoreconf in xfce4 packages
...
SVN-Revision: 25974
14 years ago
Jo-Philipp Wich
200460fb54
bison: fix compilation with stub intl header
...
SVN-Revision: 25869
14 years ago
Alexandros C. Couloumbis
8d9c6a8f06
tools/xz: update to version 5.0.1
...
SVN-Revision: 25847
14 years ago
Felix Fietkau
ad45e24bd0
mklibs: fix some long standing libpthread symbol link issues, mostly related to weak function overrides between libgcc, libc and libpthread
...
SVN-Revision: 25795
14 years ago
Felix Fietkau
04e3dae4ad
mklibs: properly fix library linking - the relinking in some instances used static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order
...
SVN-Revision: 25793
14 years ago
Felix Fietkau
11c08a39bc
tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin
...
SVN-Revision: 25598
14 years ago
Felix Fietkau
23ef9fcc6a
squashfs4: make the lzma parameters configurable, and change the defaults for slightly improved compression on mips (mostly unchanged on other architectures)
...
SVN-Revision: 25530
14 years ago
Hauke Mehrtens
e08740c747
brcm47xx: fix error when build firmware on x86_64 host ( closes #7672 )
...
SVN-Revision: 25472
14 years ago
Imre Kaloz
776dff339e
the url isn't valid for some time
...
SVN-Revision: 25463
14 years ago
Jo-Philipp Wich
1fd1ed7373
libtool: fix misspelled procedure name...
...
SVN-Revision: 25351
14 years ago
Felix Fietkau
083e9fddff
tools/mpc: add dependency on mpfr
...
SVN-Revision: 25279
14 years ago
Felix Fietkau
0756895047
add tools/cmake
...
SVN-Revision: 25264
14 years ago
Michael Büsch
e99a1560cd
Add missing XAW macros
...
SVN-Revision: 25159
14 years ago
Imre Kaloz
50be0201f1
cleanup toolchain version handling
...
SVN-Revision: 25148
14 years ago
Jo-Philipp Wich
c3dfcb25c0
remove bogus qemu dependency
...
SVN-Revision: 25032
14 years ago