package-ipkg: do not include feeds.mk at metadata dump time to speed up scanning
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
4b8ba2b4ce
commit
71d533eea9
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue