| Commit message (Expand) | Author | Age | Files | Lines |
* | move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk | Nicolas Thill | 2007-08-25 | 1 | -3/+0 |
* | build system cleanup/restructuring as described in http://lists.openwrt.org/p... | Felix Fietkau | 2007-08-07 | 12 | -104/+61 |
* | remove case sensitivity from the board name checking | Gabor Juhos | 2007-08-06 | 3 | -3/+3 |
* | Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich) | Florian Fainelli | 2007-08-03 | 1 | -0/+1 |
* | add firmware generation tool for ZyXEL boards | Gabor Juhos | 2007-08-02 | 3 | -0/+1212 |
* | dependency fix | Felix Fietkau | 2007-07-30 | 1 | -0/+1 |
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 1 | -1/+0 |
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -2/+2 |
* | remove leftover stuff | Felix Fietkau | 2007-07-30 | 1 | -2/+0 |
* | fix compile errors with make 3.80 | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
* | use $(curdir) again | Felix Fietkau | 2007-07-28 | 1 | -12/+16 |
* | build system fixes, more cleanup | Felix Fietkau | 2007-07-28 | 1 | -10/+10 |
* | don't force the install->compile, compile->prepare dependencies in subdir.mk | Felix Fietkau | 2007-07-28 | 1 | -1/+4 |
* | initial attempt at cleaning up subdirectory handling. tools/Makefile is now b... | Felix Fietkau | 2007-07-28 | 1 | -48/+16 |
* | when building packages, accept uppercase letters in the package name | Felix Fietkau | 2007-07-21 | 1 | -0/+26 |
* | Remove patch-cmdline from the packages and move it tools tools/. adm5120 and ... | Florian Fainelli | 2007-07-01 | 3 | -1/+115 |
* | fix accidentally committed broken patch | Felix Fietkau | 2007-06-30 | 1 | -35/+8 |
* | add portability fixes from #1720 | Felix Fietkau | 2007-06-30 | 1 | -5/+27 |
* | add update target to tools/ | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
* | add lzma compression format to mkimage (will be used on infineon amazon) | Felix Fietkau | 2007-06-24 | 2 | -0/+2 |
* | Fix ar7 image generation with MacOSX | Florian Fainelli | 2007-06-12 | 1 | -0/+3 |
* | Remove a debug statement from trx.c, add config changes for at91 | Hamish Guthrie | 2007-06-04 | 1 | -1/+0 |
* | enable quilt for host builds and add some additional checks | Felix Fietkau | 2007-06-03 | 1 | -1/+1 |
* | Fixed trx - variable append used uninitialised. If -A option was not used, th... | Hamish Guthrie | 2007-05-30 | 1 | -2/+3 |
* | mkcsysimg cleanups | Florian Fainelli | 2007-05-30 | 1 | -143/+149 |
* | fix x86 boot filesystem allocation (#1736) | Felix Fietkau | 2007-05-23 | 1 | -1/+1 |
* | fix mkimage compile | Imre Kaloz | 2007-05-23 | 1 | -0/+2 |
* | upgrade mkimage the current git version | Imre Kaloz | 2007-05-23 | 3 | -11/+21 |
* | Fix broadcom squashfs images: | Felix Fietkau | 2007-05-15 | 1 | -3/+8 |
* | Fix 32/64bits issues with airlink image generator | Florian Fainelli | 2007-05-11 | 1 | -25/+24 |
* | host-build.mk used incorrectly | Mike Baker | 2007-05-10 | 3 | -3/+6 |
* | fix host header files installation for tools (closes: #1604) | Nicolas Thill | 2007-04-21 | 1 | -5/+6 |
* | the default_subtargets template was a bad idea, since different makefiles req... | Felix Fietkau | 2007-04-18 | 1 | -2/+10 |
* | fix up dependencies | Felix Fietkau | 2007-04-18 | 1 | -1/+3 |
* | Fix airlink image generation tool | Florian Fainelli | 2007-04-09 | 1 | -5/+1 |
* | mkcsysimg typos | Florian Fainelli | 2007-04-03 | 1 | -3/+3 |
* | Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ... | Florian Fainelli | 2007-04-03 | 2 | -47/+0 |
* | Add ADM5120 based edimax image generation utilities | Florian Fainelli | 2007-04-02 | 3 | -0/+1190 |
* | Make airlink.c more endianness robus (sn9) | Florian Fainelli | 2007-04-02 | 1 | -3/+3 |
* | Fix image generation (sn9) | Florian Fainelli | 2007-04-01 | 1 | -1/+2 |
* | Fix a typo | Florian Fainelli | 2007-03-31 | 1 | -1/+1 |
* | fix crc32 and endianness, thanks sn9 | Florian Fainelli | 2007-03-31 | 1 | -24/+36 |
* | airlink generation fix, thanks st9_ | Florian Fainelli | 2007-03-30 | 1 | -11/+9 |
* | Fix mkmylofw write_out_padding routine | Florian Fainelli | 2007-03-29 | 1 | -49/+60 |
* | Add definitions to myloader thanks Gabor Juhos | Florian Fainelli | 2007-03-26 | 1 | -7/+17 |
* | Fix potential unligned access with MyLoader based devices, thanks Juhos | Florian Fainelli | 2007-03-24 | 1 | -8/+46 |
* | Make mksyshdr safe for 64bits platforms (#1504) | Florian Fainelli | 2007-03-23 | 1 | -4/+6 |
* | Add firmware generation for other Compex boards based on myloader, thanks to ... | Florian Fainelli | 2007-03-22 | 3 | -0/+1345 |
* | Add image generation for edimax routers | Florian Fainelli | 2007-03-21 | 2 | -0/+45 |
* | Fix a warning | Florian Fainelli | 2007-03-18 | 1 | -0/+1 |