| Commit message (Expand) | Author | Age | Files | Lines |
* | build: remove package makefile overlay functionality | Felix Fietkau | 2017-04-12 | 1 | -7/+0 |
* | build: fix STAMP_PREPARED with quilt | Felix Fietkau | 2017-03-22 | 1 | -1/+1 |
* | build: improve performance by avoiding lazy-eval for make shell calls | Felix Fietkau | 2017-03-16 | 1 | -2/+2 |
* | build: clean up redundant touching of the package install info file | Felix Fietkau | 2017-02-26 | 1 | -2/+2 |
* | build: get rid of host.mk | Felix Fietkau | 2017-02-26 | 1 | -1/+0 |
* | build: keep recursive dependency check stampfiles up to date | Felix Fietkau | 2017-02-01 | 1 | -0/+3 |
* | build: make the touch .autoremove call non-fatal | Felix Fietkau | 2017-01-24 | 1 | -1/+1 |
* | build: do not auto-clean packages where the autoremove step has not run | Felix Fietkau | 2017-01-23 | 1 | -2/+5 |
* | build: fix CONFIG_AUTOREMOVE for packages with multiple variants | Felix Fietkau | 2017-01-22 | 1 | -2/+4 |
* | build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used | Felix Fietkau | 2017-01-19 | 1 | -5/+7 |
* | build: include CONFIG_AUTOREMOVE in STAMP_PREPARED | Felix Fietkau | 2017-01-19 | 1 | -1/+1 |
* | build: add support for automatically removing build dir contents during build | Felix Fietkau | 2017-01-18 | 1 | -0/+6 |
* | build: introduce extra targets that contain only proper dependencies | Felix Fietkau | 2017-01-18 | 1 | -5/+6 |
* | build: define common subdir targets in rules.mk | Felix Fietkau | 2017-01-18 | 1 | -4/+1 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 1 | -1/+1 |
* | build: remove obsolete parallel build related options | Felix Fietkau | 2017-01-10 | 1 | -7/+2 |
* | build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION | Felix Fietkau | 2016-12-22 | 1 | -1/+2 |
* | build: implement make check and make package/X/check | Felix Fietkau | 2016-12-17 | 1 | -9/+13 |
* | include/package.mk: sync default value for hash fallback with mirror hash | Felix Fietkau | 2016-12-16 | 1 | -1/+0 |
* | build: remove duplicate Download/default definition from include/host-build.mk | Felix Fietkau | 2016-12-16 | 1 | -13/+0 |
* | build: replace MD5SUM variables with HASH | Felix Fietkau | 2016-12-16 | 1 | -1/+3 |
* | build: fix cleaning configured stamp file | Yousong Zhou | 2016-10-15 | 1 | -1/+1 |
* | build: don't add -j for parallel builds with Make 4.2+ | Matthias Schiffer | 2016-06-15 | 1 | -1/+1 |
* | build: add support for specifying extra package dependencies for prepared, co... | Felix Fietkau | 2016-05-05 | 1 | -3/+3 |
* | include: choose package output directory based on repository info | Jo-Philipp Wich | 2016-04-06 | 1 | -1/+1 |
* | build: use -iremap feature to replace __FILE__ absolute path names in package... | Felix Fietkau | 2016-01-25 | 1 | -0/+5 |
* | build: use directory name instead of PKG_NAME for staging files and package m... | Felix Fietkau | 2016-01-04 | 1 | -14/+14 |
* | buildroot: move hardening options into separate file | Steven Barth | 2015-06-20 | 1 | -46/+1 |
* | package.mk: replicate SSP and relro in both CFLAGS and LDFLAGS | Steven Barth | 2015-06-18 | 1 | -0/+4 |
* | include: clean package staging dir files before configure | Jo-Philipp Wich | 2015-05-26 | 1 | -10/+14 |
* | build: include variant name in STAMP_INSTALLED | Felix Fietkau | 2015-04-03 | 1 | -1/+1 |
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -2/+2 |
* | build: clean up sitefiles, make them per-arch | Felix Fietkau | 2015-03-28 | 1 | -1/+1 |
* | build: define STAMP_CONFIGURED recursively | John Crispin | 2015-03-21 | 1 | -1/+1 |
* | build: explicitly unexport CONFIG_SITE | Felix Fietkau | 2015-01-18 | 1 | -1/+1 |
* | Support for building an hardened OpenWRT | John Crispin | 2015-01-17 | 1 | -0/+36 |
* | build: clean up and optimize ipkg control generator code | Felix Fietkau | 2014-10-22 | 1 | -3/+0 |
* | PKG_CHECK_FORMAT_SECURITY: add a menuconfig option, disable by default | John Crispin | 2014-08-25 | 1 | -3/+5 |
* | build: temporarily disable PKG_CHECK_FORMAT_SECURITY until after the release | Felix Fietkau | 2014-07-04 | 1 | -1/+1 |
* | build: Introduce PKG_CHECK_FORMAT_SECURITY | Felix Fietkau | 2014-06-30 | 1 | -0/+4 |
* | build: reimplement package build directory override | Felix Fietkau | 2014-04-18 | 1 | -15/+15 |
* | build: add alternative PKG_CONFIG_PATH | Felix Fietkau | 2014-03-07 | 1 | -1/+1 |
* | build: allow packages to declare ABI versions to detect necessary package reb... | Felix Fietkau | 2014-02-23 | 1 | -0/+12 |
* | build: fix typo in mips16 changes | Felix Fietkau | 2013-08-14 | 1 | -1/+1 |
* | build: decouple the mips16 support flag from the toolchain | Felix Fietkau | 2013-08-14 | 1 | -0/+7 |
* | build: clean up stale files from a previous build when installing a package b... | Felix Fietkau | 2013-05-29 | 1 | -0/+5 |
* | build: reduce the size of package metadata a bit to keep package list files s... | Felix Fietkau | 2012-12-22 | 1 | -1/+1 |
* | buildroot: isolate the .install stamp files for build variants (#12279) | Jo-Philipp Wich | 2012-11-07 | 1 | -2/+3 |
* | build: create pkginfo dir earlier to avoid build breakage | Felix Fietkau | 2012-10-06 | 1 | -0/+1 |
* | build: rework the package/install step - collect package install lists during... | Felix Fietkau | 2012-10-06 | 1 | -3/+9 |