summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kernel: add plan 9 fs packageMatteo Croce2016-08-111-0/+3
* ramips: switch from 24kec to 24kcJonas Gorski2016-08-081-1/+0
* kernel: make the kernel build auto-clean the build dir like package buildsFelix Fietkau2016-08-054-7/+18
* image: fix per-device rootfs build error when not all opkg package files are ...Felix Fietkau2016-08-041-1/+1
* include/image.mk: allow image code to override uImage nameJohn Crispin2016-08-032-2/+3
* build: remove MIPS dsp/dsp2 CPU_SUBTYPEFelix Fietkau2016-08-031-2/+0
* build: move merged package directory from bin/ to staging_dirFelix Fietkau2016-08-031-1/+1
* build: remove image specific checksum codeJo-Philipp Wich2016-08-011-8/+0
* image: use the merged package directory to resolve dependencies for per-devic...Felix Fietkau2016-08-011-2/+14
* build: create a package feed directory containing all packagesFelix Fietkau2016-08-011-0/+2
* build: fix tabs vs whitespace issueFelix Fietkau2016-08-011-6/+6
* build: add template for installing device .dtb filesFelix Fietkau2016-07-311-0/+8
* build: do not depend on svn any moreHauke Mehrtens2016-07-311-3/+0
* image: fix build issue with per-device rootfs and legacy devicesFelix Fietkau2016-07-311-1/+1
* image: add a helper variable for getting kernel/rootfs from within image Buil...Felix Fietkau2016-07-311-8/+11
* image.mk: add CMDLINE to DEVICE_VARSFelix Fietkau2016-07-301-1/+1
* image: add support for overriding kernel/rootfs images in sysupgrade-tar temp...Felix Fietkau2016-07-302-2/+3
* include/cmake.mk: fix host buildsFelix Fietkau2016-07-291-1/+2
* cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b...Luke McKee2016-07-292-3/+6
* image.mk: remove leftover variable from a previous reworkFelix Fietkau2016-07-291-1/+0
* build: rename sysupgrade-nand to sysupgrade-tarJo-Philipp Wich2016-07-291-2/+2
* build: add support for per-device rootfs based on device profile packgesFelix Fietkau2016-07-292-10/+72
* build: minor cleanup of redundant codeFelix Fietkau2016-07-292-2/+6
* build: set TMPDIR for opkg callsFelix Fietkau2016-07-291-0/+1
* build: add target_params variable for getting root filesystem image parametersFelix Fietkau2016-07-291-1/+2
* build: add template for getting opkg package files from package namesFelix Fietkau2016-07-291-0/+3
* build: rework opkg command invocationFelix Fietkau2016-07-291-4/+4
* build: remove obsolete variables from opkg commandFelix Fietkau2016-07-291-3/+0
* build: rework prepare_rootfs to pass target dir via parameterFelix Fietkau2016-07-291-15/+15
* image: add wrapper variable to get the target dir for mkfs commandsFelix Fietkau2016-07-291-8/+10
* image: make mkfs template output to $@Felix Fietkau2016-07-291-10/+18
* build: move rootfs processing code to include/rootfs.mk so it can be reused l...Felix Fietkau2016-07-291-0/+78
* build: remove image prefix from kernel files in KDIRFelix Fietkau2016-07-251-6/+7
* build: remove cpio.gz and tar.gz from regular filesystem typesFelix Fietkau2016-07-251-12/+16
* image: remove shell calls from legacy ubi/ubifs image codeFelix Fietkau2016-07-251-8/+2
* image.mk: create default ubifs before calling legacy image build codeFelix Fietkau2016-07-221-1/+1
* apm821xx: add support for the apm821xx device targetChris Blake2016-07-221-0/+1
* imagebuilder: strip DEVICE_ prefix from profiles (FS#55)Felix Fietkau2016-07-211-1/+1
* build: fix image builder profile override (FS#55)Felix Fietkau2016-07-211-1/+1
* image.mk: initialize BOARD_NAME and IMAGES, add it to DEVICE_VARSFelix Fietkau2016-07-201-1/+4
* image.mk: add support for specifying the VID header offset for UBIFelix Fietkau2016-07-202-1/+3
* build: add support for parameter passing to mkfs from devicesFelix Fietkau2016-07-201-3/+10
* build: split legacy image mkfs.ubifs command from the one used for the new im...Felix Fietkau2016-07-202-42/+54
* build: split legacy image building code out of image.mkFelix Fietkau2016-07-202-37/+40
* image.mk: replace some template abstraction with make pattern rulesFelix Fietkau2016-07-201-14/+7
* image.mk: remove obsolete Build/mkfs overridesFelix Fietkau2016-07-201-2/+0
* image.mk: fix append-dtb race when multiple devices use the same .dtsFelix Fietkau2016-07-151-2/+2
* target.mk: change CPU_CFLAGS to better suit target CPUsFelix Fietkau2016-07-151-13/+13
* target.mk: rework arm architecture level detectionFelix Fietkau2016-07-151-1/+1
* image.mk: clean up redundant code related to DEVICE_DTSFelix Fietkau2016-07-151-0/+4