mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
update feeds config
This commit is contained in:
parent
03efb03919
commit
c8b1528fcd
@ -41,8 +41,7 @@ endef
|
||||
# 1: destination file
|
||||
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), \
|
||||
$(foreach feed,base $(FEEDS_ENABLED),echo "src/gz %n_$(feed) %U/packages/%A/$(feed)";) \
|
||||
$(if $(CONFIG_PER_FEED_REPO_ADD_DISABLED), \
|
||||
|
Loading…
Reference in New Issue
Block a user