summaryrefslogtreecommitdiff
path: root/include/image.mk
Commit message (Expand)AuthorAgeFilesLines
...
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-6/+11
* remove linux 2.4 specific build system codeFelix Fietkau2010-06-261-1/+1
* image/ext2: fix rootfs partition size after [21362]Nicolas Thill2010-05-051-1/+1
* include: rearrange image.mk, indent, reorder, change some ifeq/ifneq testsNicolas Thill2010-04-291-79/+86
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-5/+5
* images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is ...Nicolas Thill2010-04-281-11/+12
* don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. swit...Alexandros C. Couloumbis2010-04-131-6/+20
* finalize lzma/jffs2 support (currently not enebled by default, for kernels >=...Alexandros C. Couloumbis2010-04-131-1/+6
* define a shared IMG_PREFIX variable used as a basename for image files, it co...Nicolas Thill2010-04-121-4/+6
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-211-2/+1
* sort entries in images md5sums filesNicolas Thill2010-03-101-1/+1
* image.mk: Adjust ubifs build behaviour to that of others image typesLars-Peter Clausen2010-03-051-1/+2
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+1
* fix rootfs preparation with rootfs containing files with whitespaces in the f...Felix Fietkau2010-01-221-3/+3
* Add support for building ubifs images.Lars-Peter Clausen2010-01-111-0/+10
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-271-1/+1
* ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k padd...Felix Fietkau2009-11-241-4/+8
* unbreak brcm-2.4Felix Fietkau2009-11-031-1/+1
* use the new option for creating squashfs4-lzma imagesImre Kaloz2009-11-021-1/+1
* swap logic on squashfs version selectionImre Kaloz2009-10-261-5/+5
* create v4 squashfs image for 2.6.31Gabor Juhos2009-08-261-1/+1
* work around a threading bug in mksquashfs4 by limiting the number of threads ...Felix Fietkau2009-08-061-1/+1
* use --binary option of md5sum to improve compatibility with other platforms (...Florian Fainelli2009-07-251-1/+1
* get rid of linux 2.6.29Felix Fietkau2009-07-171-1/+1
* enable lzma for squashfs4 by defaultFelix Fietkau2009-05-211-1/+1
* create squashfs4 images if kernel version >=2.6.29Gabor Juhos2009-05-151-1/+12
* don't abort if the operation is failing ( if the board is connected via NFS f...Ralph Hempel2009-03-021-3/+3
* fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)Felix Fietkau2009-02-191-1/+1
* genext2fs: update to 1.4.1Nicolas Thill2009-02-171-1/+1
* generate md5 checksums of generated firware images. closes #4003 - checksums ...Andy Boyett2008-10-071-0/+9
* rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-161-0/+1
* strip kernel version from image namesGabor Juhos2008-06-071-3/+3
* fix generation of cpio.gz imagesGabor Juhos2008-01-291-6/+6
* add cpio.gz support (patch from #2595)Felix Fietkau2007-12-281-0/+8
* remove whitespacesJohn Crispin2007-10-181-5/+5
* added generation of x86 livecds, from #2391John Crispin2007-10-081-0/+8
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-0/+1
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-12/+12
* fix image installationFelix Fietkau2007-08-031-2/+5
* remove the @ and change the comment from [8107] (closes: #2122)Nicolas Thill2007-07-261-1/+1
* fix jffs2 imagesNicolas Thill2007-07-221-6/+7
* really fix tgz imagesFelix Fietkau2007-07-191-1/+0
* Fix the tgz image buildFlorian Fainelli2007-07-181-0/+1
* better support for handling various jffs2 eraseblock sizesFelix Fietkau2007-07-161-13/+7
* add portability fixes from #1720Felix Fietkau2007-06-301-1/+1
* add support for jffs2 filesystems with 256k blocksize, fix taishan supportImre Kaloz2007-06-051-0/+3
* Call the Initramfs template if existingFlorian Fainelli2007-05-301-0/+1
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-3/+4
* revert find | xargs => find | exec changes - this is completely unnecessary a...Felix Fietkau2007-04-121-3/+3
* Use find -exec instead of xargsFlorian Fainelli2007-04-021-3/+3