From 6163498d6b91ab4b5614229cd9ec7781b6f22156 Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Thu, 16 Jun 2022 20:27:46 +0200
Subject: [PATCH] fix opkg url in site.mk

---
 site.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index 8141b8f2e..ed329d9d5 100644
--- a/site.conf
+++ b/site.conf
@@ -18,7 +18,7 @@
 
     opkg = {
       extra = {
-        gluon = 'http://firmware.freifunk-stuttgart.de/gluon/archive/%GR/packages/gluon-ffs-%GS-%GR/%S',
+        gluon = 'http://firmware.freifunk-stuttgart.de/gluon/archive/%GR/packages/gluon-%GS-%GR/%S',
       },
     },
 
-- 
GitLab