Commit Graph

361 Commits (387c2adead9e0820dfb7c79e0cedde280f877732)

Author SHA1 Message Date
Alexandros C. Couloumbis 585850eafb tools/mtd-utils: add two upstream patches
SVN-Revision: 23453
14 years ago
Jo-Philipp Wich 002fde670f quilt: pass PATH and FIND to configure (FreeBSD compatibility)
SVN-Revision: 23288
14 years ago
Jo-Philipp Wich b826e42476 reenable squashfs4 for ar71xx, it needs both old and new
SVN-Revision: 23281
14 years ago
Jo-Philipp Wich 3341e1ece7 ipkg-utils: don't fail if conffiles do not exist, resolve them instead and silently skip not existing files. This prepares support for sysupgrade hints using to build the keepfile list. Subsequent commits will rely on this feature - a rebuild of tools/ipkg-utils is necessary!
SVN-Revision: 23256
14 years ago
Imre Kaloz 7fa8ba095b Toto, we don't support Linux 2.4 anymore..
SVN-Revision: 23245
14 years ago
Imre Kaloz 968a0c1ddb simplify old squashfs/lzma selection
SVN-Revision: 23244
14 years ago
Alexandros C. Couloumbis c74849709f tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)
SVN-Revision: 23241
14 years ago
Jo-Philipp Wich 3d44120515 mtd-utils: refresh patches again
SVN-Revision: 23194
14 years ago
Alexandros C. Couloumbis 3c67143588 tools/mtd-utils: fix build issue under freebsd. update to latest git tree. (thanks loswillios & larsc)
SVN-Revision: 23193
14 years ago
Alexandros C. Couloumbis e70493a812 tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.
SVN-Revision: 23192
14 years ago
Lars-Peter Clausen be8b1b4d03 libuuid: Use libuuid from util-linux-ng instead of e2fsprogs
SVN-Revision: 23189
14 years ago
Jo-Philipp Wich 4e8f4e1d39 mtd-utils: refresh patches
SVN-Revision: 23179
14 years ago
Jo-Philipp Wich f70671c153 tools/mtd-utils: fix compilation on OS X
SVN-Revision: 23176
14 years ago
Alexandros C. Couloumbis 930031c5d1 tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.
SVN-Revision: 23169
14 years ago
Gabor Juhos 1d855c0890 firmware-utils/mktplinkfw: add support for the TL-MR3420 v1
SVN-Revision: 23137
14 years ago
Gabor Juhos 142fb3e229 firmware-utils/mktplinkfw: add support for the TL-WR841N v7
SVN-Revision: 23133
14 years ago
Jo-Philipp Wich 78222ff9dc mtd-utils: revert r23075
SVN-Revision: 23076
14 years ago
Jo-Philipp Wich 297f110b2c mtd-utils: do not rely on host kernel headers, redefine the integer types instead (#7950)
SVN-Revision: 23075
14 years ago
Jo-Philipp Wich 97a286cb62 revert r23048 for now until Darwin compile issues have been sorted out (#7934)
SVN-Revision: 23057
14 years ago
Alexandros C. Couloumbis 432cb15bd1 tools/mtd-utils: update to version git-20100912
SVN-Revision: 23048
14 years ago
Felix Fietkau 392888845c fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
SVN-Revision: 22934
14 years ago
Michael Büsch f40f0c001e Zcomax device firmware tool endianness fix
SVN-Revision: 22885
14 years ago
Gabor Juhos 7bf8159991 tools/firmware-utils: new tool for the Zcomax devices
SVN-Revision: 22883
14 years ago
Felix Fietkau 00d1e599d7 add a command for printing a cleaned up make target database - will be used to analyze package dependencies at some point
SVN-Revision: 22871
14 years ago
Andy Boyett 9638e84966 qemu: add dependency on libuuid
SVN-Revision: 22757
14 years ago
Andy Boyett 6e2f8d7eec qemu: fix build failure on some systems. Closes #7767
SVN-Revision: 22751
14 years ago
Andy Boyett bb662f4f32 quilt: needs autoconf
SVN-Revision: 22652
14 years ago
Florian Fainelli 4bc034f07c update wrt350nv2 builder to v2.3 (#7580)
SVN-Revision: 22579
14 years ago
Andy Boyett ff43518669 qemu: build qemu-img for packaging vmdk and vdi images
SVN-Revision: 22552
14 years ago
Hauke Mehrtens 7640f89045 brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2
Thank you realopty for the patch.
tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/

This closes #7702.

SVN-Revision: 22516
14 years ago
Jo-Philipp Wich f45be33f17 sed: fix compilation on FreeBSD/AMD64
SVN-Revision: 22499
14 years ago
Hauke Mehrtens da7493d8f9 mostly revert commit r22396
CFE does not boot images generated with these checksums because of
wrong checksum.

After flashing then with tftp to my Asus wl500-GPv1 the following messages
are show:
Null Rescue Flag.
Boot program checksum is invalid
Hello!! Enter Rescue Mode: (Check error)

SVN-Revision: 22418
14 years ago
Michael Büsch 02549b0448 firmware-utils/trx: Endianness fixes
SVN-Revision: 22414
14 years ago
Hauke Mehrtens 233294722c firmware-utils: The option -F was not detected. This was missing in r22396
This fixes build of brcm47xx

SVN-Revision: 22398
14 years ago
Alexandros C. Couloumbis d83a959719 tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)
SVN-Revision: 22397
14 years ago
Markus Wigge 7a052dc799 fix CRC32 calculation for sysupgrade
* reduce image size for CRC calculation by fs_mark size

sysupgrade sometimes failed for me and I noticed that it was due
to incorrect CRC values in trx-header after performing it.
It seems that the fs_mark was completely included in the calculation
and that it was nevertheless modified by sysupgrade while appending
the jffs data.
This only occurs for the first boot after sysupgrade as the flashmap
driver recalculates the CRC to an even smaller area when it boots.

SVN-Revision: 22396
14 years ago
Jo-Philipp Wich f8c3ebc7c6 squashfs4: fix compilation on FreeBSD
SVN-Revision: 22347
14 years ago
Jo-Philipp Wich 26a6539a2e yaffs2: fix compilation on FreeBSD
SVN-Revision: 22345
14 years ago
Jo-Philipp Wich 4ad8aa543d mkimage: fix compilation on FreeBSD
SVN-Revision: 22344
14 years ago
Felix Fietkau 67b4181c8a squashfs4: backport an upstream change to fix the file mode check to allow setuid/setgid binaries (thx, ermo) - fixes #7653
SVN-Revision: 22334
14 years ago
Gabor Juhos a06400d432 tools/firmware-utils: enhance mktplinkfw utility
Attached patch enhances the mktplinkfw utility:
1. existing firmware files in TP-Link format can now be inspected, showing eg. the used offsets
2. optionally the kernel and rootfs parts can be extracted (saves calculations for dd)
3. when generating firmwares, kernel entry point, load address and rootfs offset can be overwritten (for experienced users)

Patch-by: Pieter "Fate" Hollants <pieter@hollants.com>

SVN-Revision: 22169
14 years ago
Gabor Juhos 48e579a536 firmware-utils/mktplinkfw: add support for the TL-WA901ND
Patch-by: Pieter "Fate" Hollants <pieter@hollants.com>

SVN-Revision: 22015
14 years ago
Markus Wigge 642a6e1a51 preset stable and try* flags for TRX2 headers
* changed addpattern.c to preset the stable and try flags used in TRXv2 images
to dupe CFE and pretend a stable image.
* changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF
like CFE does on startup
* fixed compile warnings in trx.c by explicit casting

SVN-Revision: 22012
14 years ago
Markus Wigge 67416b62d7 fixed trx version to handling
I forgot to write the right trx version to the actual header...

SVN-Revision: 21986
14 years ago
Florian Fainelli e79f259abf remove whitespaces in imagetag tool
SVN-Revision: 21848
14 years ago
Florian Fainelli 39fa664f99 Revert r21806 there are no users of it yet
SVN-Revision: 21808
14 years ago
Florian Fainelli 3a332f39de add hcsmakeimage, for cable modems/routers based on bcm33xx
SVN-Revision: 21806
14 years ago
Florian Fainelli 5ec4eabfcb fix mktitanimg segfault on 64-bits hosts (#7443)
SVN-Revision: 21767
14 years ago
Florian Fainelli 04a4638910 add mktitanimg to create Titan (AR7-based) images (#6632)
SVN-Revision: 21689
14 years ago
Gabor Juhos 01d8285e47 firmware-utils/mkzynfw: add support for the NBG460N board
Adding NBG460N/550N/550NH boards to mkzynfw.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>

SVN-Revision: 21446
14 years ago