mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
update feeds config
This commit is contained in:
parent
03efb03919
commit
c8b1528fcd
@ -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), \
|
||||||
|
Loading…
Reference in New Issue
Block a user