| Commit message (Expand) | Author | Age | Files | Lines |
* | build: split legacy image mkfs.ubifs command from the one used for the new im... | Felix Fietkau | 2016-07-20 | 1 | -42/+13 |
* | build: split legacy image building code out of image.mk | Felix Fietkau | 2016-07-20 | 1 | -37/+1 |
* | image.mk: replace some template abstraction with make pattern rules | Felix Fietkau | 2016-07-20 | 1 | -14/+7 |
* | image.mk: remove obsolete Build/mkfs overrides | Felix Fietkau | 2016-07-20 | 1 | -2/+0 |
* | image.mk: clean up redundant code related to DEVICE_DTS | Felix Fietkau | 2016-07-15 | 1 | -0/+4 |
* | image: allow devices to override the -E 5 ubinize option | Felix Fietkau | 2016-07-14 | 1 | -1/+3 |
* | image: clean up UBI related device variable definitions | Felix Fietkau | 2016-07-14 | 1 | -1/+12 |
* | build: Adds the ability to disable personal initramfs build for target device | Sergey Sergeev | 2016-06-26 | 1 | -1/+1 |
* | image.mk: add a separate step for building kernel images for LegacyDevice sup... | Felix Fietkau | 2016-06-17 | 1 | -0/+1 |
* | image.mk: run LegacyDevice prepare once instead of once per filesystem | Felix Fietkau | 2016-06-17 | 1 | -3/+1 |
* | image.mk: fix make variable/command context leakage between LegacyDevice temp... | Felix Fietkau | 2016-06-17 | 1 | -0/+1 |
* | image.mk: fix dependencies for legacy make prepare step | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | image.mk: fix filesystem dependency issue | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | image.mk: add LegacyDevice wrapper to allow legacy image building code to be ... | Felix Fietkau | 2016-06-07 | 1 | -5/+58 |
* | image.mk: change the default of the kernel suffix | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | image.mk: add support for specifying a different suffix for the initramfs kernel | Felix Fietkau | 2016-06-07 | 1 | -1/+2 |
* | image.mk: split off all Build/* commands into image-commands.mk | Felix Fietkau | 2016-06-07 | 1 | -150/+1 |
* | build: implement support for selecting multiple device profiles | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | include: move VERSION_DIST_SANITIZED to version.mk | Alexander Couzens | 2016-06-01 | 1 | -3/+0 |
* | include: rename DIST_SANITIZED to VERSION_DIST_SANITZED | Alexander Couzens | 2016-06-01 | 1 | -2/+2 |
* | include/image.mk: move build step tplink-safeloader to image.mk | Ash Benz | 2016-05-27 | 1 | -0/+12 |
* | image.mk: remove obsolete SUBTARGETS variable | Felix Fietkau | 2016-05-23 | 1 | -1/+0 |
* | image.mk: fix profile selection in the image builder | Felix Fietkau | 2016-05-22 | 1 | -1/+5 |
* | build: allow whitespace characters in VERSION_DIST | Felix Fietkau | 2016-05-21 | 1 | -1/+1 |
* | image.mk: simplify device profile check, prepare for supporting selecting mul... | Felix Fietkau | 2016-05-20 | 1 | -5/+8 |
* | image.mk: fix evaluation order for image profile check | Felix Fietkau | 2016-05-20 | 1 | -1/+1 |
* | image.mk: fix building ubifs images | Daniel Golle | 2016-05-19 | 1 | -0/+1 |
* | image.mk: remove obsolete squashfs-lzma code | Felix Fietkau | 2016-05-16 | 1 | -3/+0 |
* | image.mk: fix emitting profiles for targets that have no subtargets | Felix Fietkau | 2016-05-15 | 1 | -3/+2 |
* | image.mk: include per-device profiles in image build profile check | Felix Fietkau | 2016-05-11 | 1 | -2/+2 |
* | image.mk: add support for limiting images to specific subtargets | Felix Fietkau | 2016-05-11 | 1 | -2/+6 |
* | image.mk: prepare for defining device profile data in the Device section | Felix Fietkau | 2016-05-11 | 1 | -1/+24 |
* | include: bin/ dir was not created | John Crispin | 2016-04-19 | 1 | -2/+2 |
* | branding: add LEDE branding | John Crispin | 2016-03-24 | 1 | -3/+3 |
* | include: add a no dict version of lzma to new image build code | John Crispin | 2016-04-26 | 1 | -1/+5 |
* | include/image.mk: allow including U-Boot environment in UBI | John Crispin | 2016-03-20 | 1 | -0/+1 |
* | include: image.mk: use correct flag for fixed mtimes with make_ext4fs (#21768) | Jo-Philipp Wich | 2016-02-01 | 1 | -1/+1 |
* | include/image.mk: fix missing right parenthesis (#21766) | Felix Fietkau | 2016-02-01 | 1 | -1/+2 |
* | include/image: use SOURCE_DATE_EPOCH if set for squashfs + ext4 images | Felix Fietkau | 2016-01-31 | 1 | -1/+2 |
* | include/image: don't save gzip name/timestamp metadata | Felix Fietkau | 2016-01-31 | 1 | -3/+2 |
* | build system: have tar use $SOURCE_DATE_EPOCH for --mtime | Felix Fietkau | 2016-01-31 | 1 | -2/+6 |
* | build: skip rebuild of kernel images if the source did not change | Felix Fietkau | 2016-01-06 | 1 | -8/+6 |
* | export KERNEL_INITRAMFS_IMAGE | Felix Fietkau | 2016-01-04 | 1 | -1/+1 |
* | image.mk: use new pure make functions for sanitizing image filenames | Felix Fietkau | 2016-01-03 | 1 | -11/+1 |
* | images imagebuilder: Allow to add sanitized extra name | Felix Fietkau | 2016-01-03 | 1 | -1/+2 |
* | images: use configured distribution name for output image names | Felix Fietkau | 2016-01-03 | 1 | -13/+15 |
* | image.mk: use cross toolchain cpp for processing dts file instead of relying ... | Felix Fietkau | 2015-12-19 | 1 | -1/+1 |
* | build: fix arch used during dts compilation | Felix Fietkau | 2015-12-10 | 1 | -3/+3 |
* | image: append-ubi: add optional UBI subpage size | Felix Fietkau | 2015-11-07 | 1 | -1/+2 |
* | include/image.mk: Introduce generic option to wrap kernel into JFFS2 | Felix Fietkau | 2015-11-07 | 1 | -0/+15 |