diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 12:10:07 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 12:10:07 +0000 |
commit | 9fe29735957d1461238e12affe345e301f0f2d73 (patch) | |
tree | 481a10fa194ed7ff72fd4c08d4f83755771e8966 | |
parent | 6b1d86bc97884e1e4809726d3c207b8884253fd6 (diff) | |
download | upstream-9fe29735957d1461238e12affe345e301f0f2d73.tar.gz upstream-9fe29735957d1461238e12affe345e301f0f2d73.tar.bz2 upstream-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
-rw-r--r-- | include/version.mk | 1 |
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)), \ |