| Commit message (Expand) | Author | Age | Files | Lines |
* | include/rootfs.mk: keep Require-User lines with CONFIG_CLEAN_IPKG | Matthias Schiffer | 2017-01-24 | 1 | -1/+9 |
* | build: add generic build template for u-boot packages | Felix Fietkau | 2017-01-24 | 1 | -0/+96 |
* | build: make the touch .autoremove call non-fatal | Felix Fietkau | 2017-01-24 | 1 | -1/+1 |
* | x86: unify CPU_TYPE for legacy and geode | Felix Fietkau | 2017-01-24 | 1 | -3/+2 |
* | build: remove mips16 feature flag from target makefiles | Felix Fietkau | 2017-01-24 | 1 | -0/+3 |
* | build: remove obsolete mips32r2 CPU_TYPE | Felix Fietkau | 2017-01-24 | 1 | -1/+0 |
* | build: do not auto-clean packages where the autoremove step has not run | Felix Fietkau | 2017-01-23 | 1 | -2/+5 |
* | build: use if-then to avoid non-zero return codes in bin/ packaging code | Felix Fietkau | 2017-01-23 | 1 | -2/+2 |
* | build: fix bin/ package empty check | Felix Fietkau | 2017-01-23 | 1 | -4/+6 |
* | build: do not create empty directories in bin/ | Felix Fietkau | 2017-01-23 | 1 | -2/+3 |
* | build: fix CONFIG_AUTOREMOVE for packages with multiple variants | Felix Fietkau | 2017-01-22 | 3 | -5/+12 |
* | build: fix regression in handling ABI_VERSION | Felix Fietkau | 2017-01-21 | 1 | -1/+1 |
* | build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used | Felix Fietkau | 2017-01-19 | 5 | -10/+16 |
* | build: include CONFIG_AUTOREMOVE in HOST_STAMP_PREPARED | Felix Fietkau | 2017-01-19 | 1 | -1/+1 |
* | build: include CONFIG_AUTOREMOVE in STAMP_PREPARED | Felix Fietkau | 2017-01-19 | 1 | -1/+1 |
* | build: extend CONFIG_AUTOREMOVE to tools/ | Felix Fietkau | 2017-01-18 | 2 | -0/+7 |
* | build: remove separate /install step for host builds | Felix Fietkau | 2017-01-18 | 1 | -2/+1 |
* | build: add support for automatically removing build dir contents during build | Felix Fietkau | 2017-01-18 | 2 | -3/+23 |
* | build: stage bin/ packages inside PKG_BUILD_DIR | Felix Fietkau | 2017-01-18 | 1 | -2/+9 |
* | build: stage unstripped packages inside PKG_BUILD_DIR | Felix Fietkau | 2017-01-18 | 2 | -10/+14 |
* | build: write ABI_VERSION file when staging the package | Felix Fietkau | 2017-01-18 | 1 | -7/+1 |
* | build: introduce extra targets that contain only proper dependencies | Felix Fietkau | 2017-01-18 | 4 | -11/+18 |
* | build: define common subdir targets in rules.mk | Felix Fietkau | 2017-01-18 | 3 | -18/+6 |
* | git-kernel: $(SUBDIR) should always be $(LINUX_VERSION) | Mirko Vogt | 2017-01-18 | 1 | -1/+1 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 4 | -4/+4 |
* | build: properly pass CPP and CXX flags in HOST_MAKE_VARS | Jo-Philipp Wich | 2017-01-17 | 1 | -1/+2 |
* | build: introduce default HOST_MAKE_VARS for host-builds | Alexandru Ardelean | 2017-01-17 | 1 | -1/+7 |
* | ubox: turn logd into a separate package | Andrej Vlasic | 2017-01-16 | 1 | -1/+1 |
* | include/feeds.mk: base list of enabled feeds on available instead of installe... | Matthias Schiffer | 2017-01-16 | 1 | -1/+1 |
* | include/autotools.mk: use STAGING_DIR_HOSTPKG where appropriate | Matthias Schiffer | 2017-01-14 | 1 | -2/+2 |
* | kernel: update 4.4 kernel to 4.4.42 | Hauke Mehrtens | 2017-01-13 | 1 | -2/+2 |
* | image.mk: add generic function for gzipping images if enabled | Felix Fietkau | 2017-01-13 | 1 | -0/+7 |
* | image: when using the new image build code, gzip ext4 images by default | Felix Fietkau | 2017-01-13 | 1 | -1/+6 |
* | image.mk: use LINUX_KARCH rather than ARCH for mkits | Ian Pozella | 2017-01-13 | 2 | -2/+2 |
* | build: let make check warn about use of legacy PKG_MD5SUM variable in feeds | Felix Fietkau | 2017-01-13 | 1 | -3/+0 |
* | kernel: remove linux 4.1 support | Felix Fietkau | 2017-01-11 | 1 | -2/+0 |
* | build: scan.mk: consider KernelPackage pattern as well | Jo-Philipp Wich | 2017-01-10 | 1 | -1/+1 |
* | build: scan.mk: remove overlay broad grep pattern | Jo-Philipp Wich | 2017-01-10 | 1 | -1/+1 |
* | build: fix HOST_CONFIGURE_VARS placement | Jo-Philipp Wich | 2017-01-10 | 1 | -2/+2 |
* | build: remove obsolete parallel build related options | Felix Fietkau | 2017-01-10 | 3 | -15/+5 |
* | build: fix build of ubifs images | Felix Fietkau | 2017-01-09 | 2 | -6/+6 |
* | build: add image command for calling kernel2minor | Felix Fietkau | 2017-01-07 | 1 | -0/+5 |
* | kernel: bump to 4.4.40 | Hauke Mehrtens | 2017-01-06 | 1 | -2/+2 |
* | Revert "build: fix HOST_CONFIGURE_VARS placement" | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+1 |
* | build: fix HOST_CONFIGURE_VARS placement | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+1 |
* | build: ensure that prereq-build is run before metadata scan from feeds (FS#367) | Felix Fietkau | 2017-01-05 | 1 | -1/+1 |
* | build: unzip: perform operations quietly | Yousong Zhou | 2017-01-05 | 1 | -1/+1 |
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 8 | -18/+7 |
* | build: add a small standalone utility for calculating md5/sha256 hash | Felix Fietkau | 2017-01-05 | 1 | -0/+6 |
* | host-build: remove openssl include path from host cflags | Felix Fietkau | 2017-01-05 | 1 | -5/+0 |