Skip to content

Commit 233946b

Browse files
efahlrobimarko
authored andcommitted
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: openwrt/openwrt#22586 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 58ba625 commit 233946b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/feeds.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ endef
4848
# 1: destination file
4949
define FeedSourcesAppendAPK
5050
( \
51+
echo '# This file is auto-generated and build-specific, any changes will be intentionally lost in sysupgrade.'; \
52+
echo '# Add your custom feeds to /etc/apk/repositories.d/customfeeds.list'; \
5153
echo '%U/targets/%S/packages/packages.adb'; \
5254
$(strip $(if $(CONFIG_PER_FEED_REPO), \
5355
echo '%U/packages/%A/base/packages.adb'; \

0 commit comments

Comments
 (0)