mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 12:40:16 +04:00
base-files: add warning to distfeeds.list
Add a message to the apk distfeeds.list that changes won't be saved and that users should modify customfeeds.list instead. Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22586 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
58ba62578d
commit
233946b04a
@@ -48,6 +48,8 @@ endef
|
|||||||
# 1: destination file
|
# 1: destination file
|
||||||
define FeedSourcesAppendAPK
|
define FeedSourcesAppendAPK
|
||||||
( \
|
( \
|
||||||
|
echo '# This file is auto-generated and build-specific, any changes will be intentionally lost in sysupgrade.'; \
|
||||||
|
echo '# Add your custom feeds to /etc/apk/repositories.d/customfeeds.list'; \
|
||||||
echo '%U/targets/%S/packages/packages.adb'; \
|
echo '%U/targets/%S/packages/packages.adb'; \
|
||||||
$(strip $(if $(CONFIG_PER_FEED_REPO), \
|
$(strip $(if $(CONFIG_PER_FEED_REPO), \
|
||||||
echo '%U/packages/%A/base/packages.adb'; \
|
echo '%U/packages/%A/base/packages.adb'; \
|
||||||
|
|||||||
Reference in New Issue
Block a user