aboutsummaryrefslogtreecommitdiffstats
path: root/include/version.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-09 12:10:07 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-09 12:10:07 +0000
commit9fe29735957d1461238e12affe345e301f0f2d73 (patch)
tree481a10fa194ed7ff72fd4c08d4f83755771e8966 /include/version.mk
parent6b1d86bc97884e1e4809726d3c207b8884253fd6 (diff)
downloadmaster-187ad058-9fe29735957d1461238e12affe345e301f0f2d73.tar.gz
master-187ad058-9fe29735957d1461238e12affe345e301f0f2d73.tar.bz2
master-187ad058-9fe29735957d1461238e12affe345e301f0f2d73.zip
base-files: taint the build if the override mechanism is used
If some packages are overridden (using ./scripts/feeds -f), add a new taint flag in /etc/openwrt_release. We'll use the CONFIG_OVERRIDE_PKGS variable reported through the .config to detect it. Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/version.mk')
-rw-r--r--include/version.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/version.mk b/include/version.mk
index c3cc170045..99af96e1df 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -58,6 +58,7 @@ VERSION_TAINT_SPECS := \
+USE_EGLIBC:eglibc \
+USE_MKLIBS:mklibs \
+BUSYBOX_CUSTOM:busybox \
+ +OVERRIDE_PKGS:override \
VERSION_TAINTS := $(strip $(foreach taint,$(VERSION_TAINT_SPECS), \
$(if $(findstring +,$(taint)), \