From: Eric Fahlgren Date: Tue, 24 Mar 2026 15:28:27 +0000 (-0700) Subject: base-files: add warning to distfeeds.list X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22586%2Fhead;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/22586 Signed-off-by: Robert Marko --- diff --git a/include/feeds.mk b/include/feeds.mk index f484a4e92b2..cb3e71ae3b7 100644 --- a/include/feeds.mk +++ b/include/feeds.mk @@ -48,6 +48,8 @@ endef # 1: destination file 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'; \ $(strip $(if $(CONFIG_PER_FEED_REPO), \ echo '%U/packages/%A/base/packages.adb'; \