diff options
-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:= \ |