package-ipkg: do not include feeds.mk at metadata dump time to speed up scanning

Signed-off-by: Felix Fietkau <nbd@nbd.name>
v19.07.3_mercusys_ac12_duma
Felix Fietkau 8 years ago
parent 4b8ba2b4ce
commit 71d533eea9

@ -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:= \

Loading…
Cancel
Save