From 9a33b4ce79ec3f420bcf633fb25de9d6f94e4cf3 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Thu, 2 Mar 2017 22:53:40 +0100
Subject: [PATCH] overlay/opkg.mk: add explanatory comment

---
 overlay/opkg.mk | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/overlay/opkg.mk b/overlay/opkg.mk
index 2506dbe60..ccbd25739 100644
--- a/overlay/opkg.mk
+++ b/overlay/opkg.mk
@@ -1,2 +1,10 @@
+# LEDE doesn't have a nice way to set the list of feeds in
+# /etc/opkg/distfeeds.conf, so we use this overlay file (which is included by
+# the opkg package Makefile though LEDE's IncludeOverlay mechanism).
+
+# The following definitions make /etc/opkg/distfeeds.conf match the one included
+# in official LEDE builds (by default, FEEDS_DISABLED contains the original list
+# of feeds (which are unused by Gluon), and FEEDS_ENABLED our own feed list).
+
 FEEDS_ENABLED := $(FEEDS_DISABLED)
 FEEDS_DISABLED :=
-- 
GitLab