summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-16 11:56:14 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-16 11:56:24 +0200
commit71d533eea9624967ed529a97931523f27e07780c (patch)
treecc1783e6728665c23cc39ae56022c91360a13917 /include
parent4b8ba2b4cefd3e7a6be832d646b01be4ae97f075 (diff)
downloadmaster-31e0f0ae-71d533eea9624967ed529a97931523f27e07780c.tar.gz
master-31e0f0ae-71d533eea9624967ed529a97931523f27e07780c.tar.bz2
master-31e0f0ae-71d533eea9624967ed529a97931523f27e07780c.zip
package-ipkg: do not include feeds.mk at metadata dump time to speed up scanning
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include')
-rw-r--r--include/package-ipkg.mk4
1 files changed, 3 insertions, 1 deletions
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:= \