From: John Crispin Date: Mon, 9 Feb 2015 12:10:07 +0000 (+0000) Subject: base-files: taint the build if the override mechanism is used X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7454257fc630ff200eab608f4339f6c6aa9f880b;p=openwrt%2Fstaging%2Fyousong.git 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 SVN-Revision: 44337 --- 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)), \