Commit Graph

77 Commits (b217ebd0e6f6e9a85f5e2980b43e2f05a9a8ebfd)

Author SHA1 Message Date
Felix Fietkau ff75d8a012 fix another build issue on some osx machines - run ranlib on the lzma lib archive
SVN-Revision: 9649
17 years ago
Felix Fietkau 93df90ed3e fix sstrip compile on mac os x
SVN-Revision: 9645
17 years ago
Gabor Juhos 9cb4694eb9 fix some definitions in the ZyXEL tool
SVN-Revision: 9493
17 years ago
Gabor Juhos 7beed53403 image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on
SVN-Revision: 9490
17 years ago
Felix Fietkau 2df957c7a6 add updated motorola-bin.c file from #2483 (by D. Hugh Redelmeier)
SVN-Revision: 9434
17 years ago
Eugene Konev 6bf1f9a467 ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
17 years ago
Gabor Juhos 36a1feebdd add ids for Edimax BR-6104Wg boards
SVN-Revision: 9342
17 years ago
John Crispin c3847b8e5d added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2
SVN-Revision: 9162
17 years ago
Florian Fainelli 1585d61338 Add the ralink signature, will use it later
SVN-Revision: 8702
17 years ago
Gabor Juhos 4f4a3e5e40 I have new e-mail address. Thanks to Kaloz ;)
SVN-Revision: 8538
17 years ago
Nicolas Thill d21941ca4d move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk
SVN-Revision: 8481
17 years ago
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
17 years ago
Gabor Juhos 570cecff14 remove case sensitivity from the board name checking
SVN-Revision: 8352
17 years ago
Florian Fainelli 6dcd8081a3 Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich)
SVN-Revision: 8329
17 years ago
Gabor Juhos d1f4e5ba7f add firmware generation tool for ZyXEL boards
SVN-Revision: 8318
17 years ago
Felix Fietkau 3125d81ee1 dependency fix
SVN-Revision: 8253
17 years ago
Felix Fietkau d7f2cb1642 next round of cleanup, convert target/ - make -j works now ;)
SVN-Revision: 8242
17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
17 years ago
Felix Fietkau 7e21008ee2 remove leftover stuff
SVN-Revision: 8234
17 years ago
Felix Fietkau f1ac6cf7ec fix compile errors with make 3.80
SVN-Revision: 8230
17 years ago
Felix Fietkau d6a0242404 use $(curdir) again
SVN-Revision: 8208
17 years ago
Felix Fietkau e143bed1f1 build system fixes, more cleanup
SVN-Revision: 8207
17 years ago
Felix Fietkau 02a7e555de don't force the install->compile, compile->prepare dependencies in subdir.mk
SVN-Revision: 8202
17 years ago
Felix Fietkau 81529c47ec initial attempt at cleaning up subdirectory handling. tools/Makefile is now being included instead of recursively called
SVN-Revision: 8201
17 years ago
Felix Fietkau ac02ee1e6a when building packages, accept uppercase letters in the package name
SVN-Revision: 8090
17 years ago
Florian Fainelli 114632438a Remove patch-cmdline from the packages and move it tools tools/. adm5120 and rb532 do use it for procuding ready-to-use kernels (#1631)
SVN-Revision: 7820
17 years ago
Felix Fietkau 16ae1e57bc fix accidentally committed broken patch
SVN-Revision: 7794
17 years ago
Felix Fietkau d3dea9d2c6 add portability fixes from #1720
SVN-Revision: 7791
17 years ago
Felix Fietkau 488d8be7cd add update target to tools/
SVN-Revision: 7790
17 years ago
Felix Fietkau 07c8a6dab5 add lzma compression format to mkimage (will be used on infineon amazon)
SVN-Revision: 7718
17 years ago
Florian Fainelli b8b5d01cbb Fix ar7 image generation with MacOSX
SVN-Revision: 7592
17 years ago
Hamish Guthrie e970f61273 Remove a debug statement from trx.c, add config changes for at91
SVN-Revision: 7491
17 years ago
Felix Fietkau 5e406f0a28 enable quilt for host builds and add some additional checks
SVN-Revision: 7473
17 years ago
Hamish Guthrie fe57573343 Fixed trx - variable append used uninitialised. If -A option was not used, the first offset was not written to the .trx file.
SVN-Revision: 7400
17 years ago
Florian Fainelli fdd36119e9 mkcsysimg cleanups
SVN-Revision: 7392
17 years ago
Felix Fietkau b71b54bb25 fix x86 boot filesystem allocation (#1736)
SVN-Revision: 7312
17 years ago
Imre Kaloz 014af49855 fix mkimage compile
SVN-Revision: 7307
17 years ago
Imre Kaloz 89897bd2ab upgrade mkimage the current git version
SVN-Revision: 7306
17 years ago
Felix Fietkau 63300d3d91 Fix broadcom squashfs images:
We switched over to appending the jffs2 eof mark to the squashfs images,
but since the squashfs is not always aligned to eraseblocksize, the eof
mark landed in the wrong place. This commit adds an extra flag to the
trx utility that can append extra data to a partition with alignment.
This is used to place the jffs2 eof mark at the right offset.

SVN-Revision: 7253
17 years ago
Florian Fainelli edeee75f53 Fix 32/64bits issues with airlink image generator
SVN-Revision: 7189
17 years ago
Mike Baker 324c12d220 host-build.mk used incorrectly
SVN-Revision: 7156
17 years ago
Nicolas Thill 74991d46b7 fix host header files installation for tools (closes: #1604)
SVN-Revision: 7029
17 years ago
Felix Fietkau 1099e2d679 the default_subtargets template was a bad idea, since different makefiles require different types of dependencies for subtargets. nuke it...
SVN-Revision: 7003
17 years ago
Felix Fietkau 532654e3c6 fix up dependencies
SVN-Revision: 7002
17 years ago
Florian Fainelli d7960b2e50 Fix airlink image generation tool
SVN-Revision: 6913
17 years ago
Florian Fainelli 46161bff7d mkcsysimg typos
SVN-Revision: 6853
17 years ago
Florian Fainelli c2d893e891 Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no longer broken, and have been tested
SVN-Revision: 6847
17 years ago
Florian Fainelli 305d012ea6 Add ADM5120 based edimax image generation utilities
SVN-Revision: 6840
17 years ago
Florian Fainelli bf04aa9f69 Make airlink.c more endianness robus (sn9)
SVN-Revision: 6834
17 years ago
Florian Fainelli aef8f80a3a Fix image generation (sn9)
SVN-Revision: 6781
17 years ago