From 7454257fc630ff200eab608f4339f6c6aa9f880b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 9 Feb 2015 12:10:07 +0000 Subject: [PATCH] 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 --- include/version.mk | 1 + 1 file changed, 1 insertion(+) 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)), \ -- 2.30.2