diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-16 11:56:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-16 11:56:24 +0200 |
commit | 71d533eea9624967ed529a97931523f27e07780c (patch) | |
tree | cc1783e6728665c23cc39ae56022c91360a13917 /include | |
parent | 4b8ba2b4cefd3e7a6be832d646b01be4ae97f075 (diff) | |
download | upstream-71d533eea9624967ed529a97931523f27e07780c.tar.gz upstream-71d533eea9624967ed529a97931523f27e07780c.tar.bz2 upstream-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.mk | 4 |
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:= \ |