diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 12:10:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 12:10:07 +0000 |
commit | 7454257fc630ff200eab608f4339f6c6aa9f880b (patch) | |
tree | c9eda04ef2328c90eded3a731cba6f557c7b520a /include/version.mk | |
parent | e2684c218d0bb5f132eb1c9b80cdafafd828fe21 (diff) | |
download | master-31e0f0ae-7454257fc630ff200eab608f4339f6c6aa9f880b.tar.gz master-31e0f0ae-7454257fc630ff200eab608f4339f6c6aa9f880b.tar.bz2 master-31e0f0ae-7454257fc630ff200eab608f4339f6c6aa9f880b.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>
SVN-Revision: 44337
Diffstat (limited to 'include/version.mk')
-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)), \ |