From 71d533eea9624967ed529a97931523f27e07780c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 Jun 2016 11:56:14 +0200 Subject: [PATCH] package-ipkg: do not include feeds.mk at metadata dump time to speed up scanning Signed-off-by: Felix Fietkau --- include/package-ipkg.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 1830d644c3..b8f886bcda 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -5,7 +5,9 @@ # See /LICENSE for more information. # -include $(INCLUDE_DIR)/feeds.mk +ifndef DUMP + include $(INCLUDE_DIR)/feeds.mk +endif # invoke ipkg-build with some default options IPKG_BUILD:= \