| Commit message (Expand) | Author | Age | Files | Lines |
* | image.mk: remove legacy target rules | Felix Fietkau | 2014-10-12 | 1 | -7/+3 |
* | image.mk: parallelize cpio.gz and tar.gz filesystem build | Felix Fietkau | 2014-10-12 | 1 | -13/+9 |
* | image.mk: split off jffs2-raw images into a separate make target to improve p... | Felix Fietkau | 2014-10-12 | 1 | -3/+7 |
* | image.mk: clean up and parallelize mkfs calls | Felix Fietkau | 2014-10-12 | 1 | -45/+49 |
* | image.mk: call mkfs/prepare for the image builder | Felix Fietkau | 2014-10-12 | 1 | -2/+4 |
* | image.mk: reduce code duplication, move prepare to a separate make target | Felix Fietkau | 2014-10-12 | 1 | -37/+20 |
* | image.mk: remove the unnecessary .NOTPARALLEL flag | Felix Fietkau | 2014-10-12 | 1 | -1/+0 |
* | image: only call Image/BuildKernel/Initramfs if initramfs is actually enabled | Felix Fietkau | 2014-07-31 | 1 | -9/+4 |
* | include/image.mk: add a path variable for the dts folder | John Crispin | 2014-07-21 | 1 | -0/+1 |
* | make UbinizeImage work nicely without a kernel volume | Imre Kaloz | 2014-06-27 | 1 | -5/+4 |
* | include UbinizeImage parameters' description in the file | Imre Kaloz | 2014-06-27 | 1 | -0/+5 |
* | SysupgradeNAND: include rootfs-type in image name | John Crispin | 2014-06-24 | 1 | -8/+8 |
* | image.mk: introduce Image/Build/UbinizeImage make target | John Crispin | 2014-06-24 | 1 | -0/+7 |
* | procd: some cleanup for SysupgradeNAND | John Crispin | 2014-06-17 | 1 | -2/+0 |
* | include/image.mk: cleanup the SysupgradeNAND template | John Crispin | 2014-06-16 | 1 | -5/+7 |
* | include/image.mk: add a target for generating sysupgrade tar files for nand | John Crispin | 2014-06-11 | 1 | -0/+14 |
* | build: make the squashfs block size configurable | Felix Fietkau | 2014-06-02 | 1 | -1/+1 |
* | image: ext4: rename config options as these are only used for ext4 image crea... | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | image: ext4: allow creation of a journaling filesystem | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | image: ext4: allow to choose a block size for the rootfs | John Crispin | 2014-06-02 | 1 | -2/+2 |
* | lantiq: BT Home Hub 2B support - board support | John Crispin | 2014-04-03 | 1 | -2/+2 |
* | include/make.mk: add support for ubinize-overlay.cfg | John Crispin | 2014-04-03 | 1 | -10/+15 |
* | image: remove spaces from toupper function | Luka Perkov | 2013-11-18 | 1 | -1/+1 |
* | image: don't force ubifs journal size | Luka Perkov | 2013-11-14 | 1 | -1/+1 |
* | build: make MkuImage more generic | Luka Perkov | 2013-10-23 | 1 | -3/+7 |
* | build: set owner root for all files on ubifs creation | Luka Perkov | 2013-10-18 | 1 | -0/+1 |
* | build: move mkits.sh script to more common place | Luka Perkov | 2013-10-16 | 1 | -0/+7 |
* | ubifs: remove breaking commas from ubi calls | Luka Perkov | 2013-10-15 | 1 | -2/+2 |
* | ubifs: when creating ubi(fs) images profile originated arguments have priority | Luka Perkov | 2013-10-13 | 1 | -4/+10 |
* | image: introduce MkuImageARM function | Luka Perkov | 2013-10-13 | 1 | -0/+5 |
* | ubifs: enable building modular images | Luka Perkov | 2013-10-12 | 1 | -6/+16 |
* | image: if possible use profile name when building .tar.gz images | Luka Perkov | 2013-10-12 | 1 | -1/+1 |
* | build: extend menu with few ubifs options | Luka Perkov | 2013-10-04 | 1 | -1/+9 |
* | image: generate separate jffs2 images w/o padding | Gabor Juhos | 2013-09-25 | 1 | -3/+4 |
* | image: add hooks for kernel/DTB installation in root filesystem | Luka Perkov | 2013-08-28 | 1 | -0/+2 |
* | image: ensure that /dev/console exist in rootfs images | Gabor Juhos | 2013-08-27 | 1 | -3/+8 |
* | image: fix a typo in JFFS2OPTS to fix jffs2 rootfs generation | Gabor Juhos | 2013-07-23 | 1 | -1/+1 |
* | image: fix initramfs image name | Gabor Juhos | 2013-07-19 | 1 | -1/+1 |
* | include/image.mk: do not make initramfs build exclusive | Florian Fainelli | 2013-06-27 | 1 | -17/+17 |
* | target: split jffs2 NAND out of jffs2 | Jonas Gorski | 2013-06-05 | 1 | -7/+19 |
* | include/image.mk: export ubifs image from mkfs.ubifs | Luka Perkov | 2013-02-03 | 1 | -0/+1 |
* | image.mk: use XZ bcj architecture filter if available | Florian Fainelli | 2013-01-11 | 1 | -1/+4 |
* | Revert "include/image.mk: call Image/Build/{cpiogz,targz}" | Florian Fainelli | 2012-12-04 | 1 | -2/+0 |
* | include/image.mk: call Image/Build/{cpiogz,targz} | Florian Fainelli | 2012-12-04 | 1 | -0/+2 |
* | build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted space | Gabor Juhos | 2012-11-29 | 1 | -1/+1 |
* | image.mk: don't squash file permissions in JFFS2 images | Florian Fainelli | 2012-11-27 | 1 | -2/+2 |
* | include/image.mk: /tmp should have mode 1777 | Jo-Philipp Wich | 2012-07-01 | 1 | -1/+1 |
* | base-files: add permission exceptions, do not clobber shadow permissions - ba... | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
* | image: increase squashfs block size - visibly reduces image size in many cases | Felix Fietkau | 2011-12-13 | 1 | -1/+3 |
* | image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs -processors... | Jo-Philipp Wich | 2011-09-26 | 1 | -1/+1 |