index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
package.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: include BUILD_VARIANT in PKG_BUILD_DIR
Jeffery To
2019-09-04
1
-1
/
+1
*
include/package.mk: Add support for src-checkout/ folder
John Crispin
2019-09-04
1
-1
/
+17
*
metadata: handle ABI version rebuild tracking for transient dependencies
Jo-Philipp Wich
2019-09-04
1
-9
/
+21
*
build: fix STAGING_DIR cleaning for packages
Jeffery To
2019-01-30
1
-3
/
+4
*
build: do not override CCACHE_DIR when ccache is disabled
Jo-Philipp Wich
2018-07-24
1
-1
/
+1
*
build: prevent spurious package rebuilds under CONFIG_AUTOREMOVE
Jo-Philipp Wich
2018-05-22
1
-1
/
+1
*
build: add support for git submodules with CONFIG_SRC_TREE_OVERRIDE
Felix Fietkau
2018-04-27
1
-1
/
+6
*
include/package.mk: remove old configured stamps before attempting configuration
Matthias Schiffer
2017-12-28
1
-1
/
+1
*
build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after ...
Felix Fietkau
2017-12-12
1
-2
/
+5
*
build: fix QUILT related overrides
Felix Fietkau
2017-05-25
1
-10
/
+12
*
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
[next]