| Commit message (Expand) | Author | Age | Files | Lines |
* | image: use the merged package directory to resolve dependencies for per-devic... | Felix Fietkau | 2016-08-01 | 1 | -2/+14 |
* | build: create a package feed directory containing all packages | Felix Fietkau | 2016-08-01 | 1 | -0/+2 |
* | build: fix tabs vs whitespace issue | Felix Fietkau | 2016-08-01 | 1 | -6/+6 |
* | build: add template for installing device .dtb files | Felix Fietkau | 2016-07-31 | 1 | -0/+8 |
* | build: do not depend on svn any more | Hauke Mehrtens | 2016-07-31 | 1 | -3/+0 |
* | image: fix build issue with per-device rootfs and legacy devices | Felix Fietkau | 2016-07-31 | 1 | -1/+1 |
* | image: add a helper variable for getting kernel/rootfs from within image Buil... | Felix Fietkau | 2016-07-31 | 1 | -8/+11 |
* | image.mk: add CMDLINE to DEVICE_VARS | Felix Fietkau | 2016-07-30 | 1 | -1/+1 |
* | image: add support for overriding kernel/rootfs images in sysupgrade-tar temp... | Felix Fietkau | 2016-07-30 | 2 | -2/+3 |
* | include/cmake.mk: fix host builds | Felix Fietkau | 2016-07-29 | 1 | -1/+2 |
* | cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b... | Luke McKee | 2016-07-29 | 2 | -3/+6 |
* | image.mk: remove leftover variable from a previous rework | Felix Fietkau | 2016-07-29 | 1 | -1/+0 |
* | build: rename sysupgrade-nand to sysupgrade-tar | Jo-Philipp Wich | 2016-07-29 | 1 | -2/+2 |
* | build: add support for per-device rootfs based on device profile packges | Felix Fietkau | 2016-07-29 | 2 | -10/+72 |
* | build: minor cleanup of redundant code | Felix Fietkau | 2016-07-29 | 2 | -2/+6 |
* | build: set TMPDIR for opkg calls | Felix Fietkau | 2016-07-29 | 1 | -0/+1 |
* | build: add target_params variable for getting root filesystem image parameters | Felix Fietkau | 2016-07-29 | 1 | -1/+2 |
* | build: add template for getting opkg package files from package names | Felix Fietkau | 2016-07-29 | 1 | -0/+3 |
* | build: rework opkg command invocation | Felix Fietkau | 2016-07-29 | 1 | -4/+4 |
* | build: remove obsolete variables from opkg command | Felix Fietkau | 2016-07-29 | 1 | -3/+0 |
* | build: rework prepare_rootfs to pass target dir via parameter | Felix Fietkau | 2016-07-29 | 1 | -15/+15 |
* | image: add wrapper variable to get the target dir for mkfs commands | Felix Fietkau | 2016-07-29 | 1 | -8/+10 |
* | image: make mkfs template output to $@ | Felix Fietkau | 2016-07-29 | 1 | -10/+18 |
* | build: move rootfs processing code to include/rootfs.mk so it can be reused l... | Felix Fietkau | 2016-07-29 | 1 | -0/+78 |
* | build: remove image prefix from kernel files in KDIR | Felix Fietkau | 2016-07-25 | 1 | -6/+7 |
* | build: remove cpio.gz and tar.gz from regular filesystem types | Felix Fietkau | 2016-07-25 | 1 | -12/+16 |
* | image: remove shell calls from legacy ubi/ubifs image code | Felix Fietkau | 2016-07-25 | 1 | -8/+2 |
* | image.mk: create default ubifs before calling legacy image build code | Felix Fietkau | 2016-07-22 | 1 | -1/+1 |
* | apm821xx: add support for the apm821xx device target | Chris Blake | 2016-07-22 | 1 | -0/+1 |
* | imagebuilder: strip DEVICE_ prefix from profiles (FS#55) | Felix Fietkau | 2016-07-21 | 1 | -1/+1 |
* | build: fix image builder profile override (FS#55) | Felix Fietkau | 2016-07-21 | 1 | -1/+1 |
* | image.mk: initialize BOARD_NAME and IMAGES, add it to DEVICE_VARS | Felix Fietkau | 2016-07-20 | 1 | -1/+4 |
* | image.mk: add support for specifying the VID header offset for UBI | Felix Fietkau | 2016-07-20 | 2 | -1/+3 |
* | build: add support for parameter passing to mkfs from devices | Felix Fietkau | 2016-07-20 | 1 | -3/+10 |
* | build: split legacy image mkfs.ubifs command from the one used for the new im... | Felix Fietkau | 2016-07-20 | 2 | -42/+54 |
* | build: split legacy image building code out of image.mk | Felix Fietkau | 2016-07-20 | 2 | -37/+40 |
* | 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: fix append-dtb race when multiple devices use the same .dts | Felix Fietkau | 2016-07-15 | 1 | -2/+2 |
* | target.mk: change CPU_CFLAGS to better suit target CPUs | Felix Fietkau | 2016-07-15 | 1 | -13/+13 |
* | target.mk: rework arm architecture level detection | Felix Fietkau | 2016-07-15 | 1 | -1/+1 |
* | 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 | 2 | -3/+6 |
* | image: clean up UBI related device variable definitions | Felix Fietkau | 2016-07-14 | 1 | -1/+12 |
* | kernel: update kernel 4.4 to version 4.4.15 | Hauke Mehrtens | 2016-07-13 | 1 | -2/+2 |
* | target.mk: fix ARM architecture feature flag detection | Felix Fietkau | 2016-07-07 | 1 | -39/+40 |
* | include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists - take 2 | John Crispin | 2016-07-06 | 1 | -1/+1 |
* | include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists | John Crispin | 2016-07-06 | 1 | -1/+1 |
* | kernel: update to version 4.4.14 | Hauke Mehrtens | 2016-06-26 | 1 | -2/+2 |
* | build: Adds the ability to disable personal initramfs build for target device | Sergey Sergeev | 2016-06-26 | 1 | -1/+1 |