aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.mk
Commit message (Collapse)AuthorAgeFilesLines
* include/image.mk: /tmp should have mode 1777Jo-Philipp Wich2012-07-011-1/+1
| | | | | | | | | | On the off chance that the root filesystem's /tmp is used directly as a temporary directory instead of having a tmpfs mounted over it, it should have the sticky bit set. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 32572
* base-files: add permission exceptions, do not clobber shadow permissions - ↵Jo-Philipp Wich2012-06-051-1/+1
| | | | | | based on patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 32073
* image: increase squashfs block size - visibly reduces image size in many casesFelix Fietkau2011-12-131-1/+3
| | | | SVN-Revision: 29519
* image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs ↵Jo-Philipp Wich2011-09-261-1/+1
| | | | | | -processors option SVN-Revision: 28305
* default to using gzip with mksquashfs if lzma and xz are unavailableFelix Fietkau2011-07-241-0/+1
| | | | SVN-Revision: 27748
* extend squashfs padding for 256k flash sectorsJohn Crispin2011-07-031-2/+2
| | | | SVN-Revision: 27404
* generic: use padjffs2 in prepare_generic_squashfsGabor Juhos2011-07-021-9/+1
| | | | SVN-Revision: 27356
* tools/squashfs4: update to version 4.2 (adds support for xz compression)Felix Fietkau2011-04-031-1/+9
| | | | | | Based on a patch by Jonas Gorski SVN-Revision: 26422
* image.mk: only upgrade permissions instead of overwriting, utilize tar -p ↵Jo-Philipp Wich2011-03-211-4/+6
| | | | | | flag for targz image targets (#7667) SVN-Revision: 26259
* cleanupImre Kaloz2010-11-221-6/+1
| | | | SVN-Revision: 24090
* remove 2.6.25 supportImre Kaloz2010-11-221-8/+0
| | | | SVN-Revision: 24089
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-6/+11
| | | | SVN-Revision: 24084
* remove linux 2.4 specific build system codeFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21951
* image/ext2: fix rootfs partition size after [21362]Nicolas Thill2010-05-051-1/+1
| | | | SVN-Revision: 21369
* include: rearrange image.mk, indent, reorder, change some ifeq/ifneq testsNicolas Thill2010-04-291-79/+86
| | | | SVN-Revision: 21244
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-5/+5
| | | | SVN-Revision: 21238
* images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is ↵Nicolas Thill2010-04-281-11/+12
| | | | | | selected or not SVN-Revision: 21237
* don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. ↵Alexandros C. Couloumbis2010-04-131-6/+20
| | | | | | switch verbose mode on compresor statistics. SVN-Revision: 20844
* finalize lzma/jffs2 support (currently not enebled by default, for kernels ↵Alexandros C. Couloumbis2010-04-131-1/+6
| | | | | | >=2.6.33) based on Edgar Soldin patches: https://lists.openwrt.org/pipermail/openwrt-devel/2010-March/006550.html SVN-Revision: 20837
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-4/+6
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-211-2/+1
| | | | SVN-Revision: 20356
* sort entries in images md5sums filesNicolas Thill2010-03-101-1/+1
| | | | SVN-Revision: 20116
* image.mk: Adjust ubifs build behaviour to that of others image typesLars-Peter Clausen2010-03-051-1/+2
| | | | SVN-Revision: 19985
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+1
| | | | SVN-Revision: 19578
* fix rootfs preparation with rootfs containing files with whitespaces in the ↵Felix Fietkau2010-01-221-3/+3
| | | | | | filename (based on patch from #6551) SVN-Revision: 19282
* Add support for building ubifs images.Lars-Peter Clausen2010-01-111-0/+10
| | | | SVN-Revision: 19097
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-271-1/+1
| | | | SVN-Revision: 18953
* ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k ↵Felix Fietkau2009-11-241-4/+8
| | | | | | padding to the generic squashfs images and use them on 4k devices as well SVN-Revision: 18526
* unbreak brcm-2.4Felix Fietkau2009-11-031-1/+1
| | | | SVN-Revision: 18287
* use the new option for creating squashfs4-lzma imagesImre Kaloz2009-11-021-1/+1
| | | | SVN-Revision: 18269
* swap logic on squashfs version selectionImre Kaloz2009-10-261-5/+5
| | | | SVN-Revision: 18163
* create v4 squashfs image for 2.6.31Gabor Juhos2009-08-261-1/+1
| | | | SVN-Revision: 17406
* work around a threading bug in mksquashfs4 by limiting the number of threads ↵Felix Fietkau2009-08-061-1/+1
| | | | | | to 1 SVN-Revision: 17146
* use --binary option of md5sum to improve compatibility with other platforms ↵Florian Fainelli2009-07-251-1/+1
| | | | | | (#5192) SVN-Revision: 16977
* get rid of linux 2.6.29Felix Fietkau2009-07-171-1/+1
| | | | SVN-Revision: 16883
* enable lzma for squashfs4 by defaultFelix Fietkau2009-05-211-1/+1
| | | | SVN-Revision: 15962
* create squashfs4 images if kernel version >=2.6.29Gabor Juhos2009-05-151-1/+12
| | | | SVN-Revision: 15866
* don't abort if the operation is failing ( if the board is connected via NFS ↵Ralph Hempel2009-03-021-3/+3
| | | | | | files might be created by root and can't be changed at this point of time ) SVN-Revision: 14729
* fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)Felix Fietkau2009-02-191-1/+1
| | | | SVN-Revision: 14569
* genext2fs: update to 1.4.1Nicolas Thill2009-02-171-1/+1
| | | | SVN-Revision: 14536
* generate md5 checksums of generated firware images. closes #4003 - checksums ↵Andy Boyett2008-10-071-0/+9
| | | | | | located in bin/md5sums - integrity can be verified using md5sum -c SVN-Revision: 12889
* rework parallel building to get rid of some warnings and add back support ↵Felix Fietkau2008-08-161-0/+1
| | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322
* strip kernel version from image namesGabor Juhos2008-06-071-3/+3
| | | | SVN-Revision: 11398
* fix generation of cpio.gz imagesGabor Juhos2008-01-291-6/+6
| | | | SVN-Revision: 10310
* add cpio.gz support (patch from #2595)Felix Fietkau2007-12-281-0/+8
| | | | SVN-Revision: 9986
* remove whitespacesJohn Crispin2007-10-181-5/+5
| | | | SVN-Revision: 9354
* added generation of x86 livecds, from #2391John Crispin2007-10-081-0/+8
| | | | SVN-Revision: 9191
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-0/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-12/+12
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* fix image installationFelix Fietkau2007-08-031-2/+5
| | | | SVN-Revision: 8324