update feeds config

This commit is contained in:
coolsnowwolf 2017-09-12 01:18:50 +08:00
parent 03efb03919
commit c8b1528fcd

View File

@ -41,8 +41,7 @@ endef
# 1: destination file # 1: destination file
define FeedSourcesAppend define FeedSourcesAppend
( \ ( \
echo "src/gz %n_custom http://lede-ac58u.zyxmon.org/packages"; \ echo "src/gz %n_core %U/targets/%S/packages"; \
echo "# src/gz %n_core %U/targets/%S/packages"; \
$(strip $(if $(CONFIG_PER_FEED_REPO), \ $(strip $(if $(CONFIG_PER_FEED_REPO), \
$(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \ $(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \
$(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \ $(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \