mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 09:10:02 +00:00
23 lines
840 B
Diff
23 lines
840 B
Diff
From c651e43b66011a5a2296d09855d35073a7ee6c44 Mon Sep 17 00:00:00 2001
|
|
From: Jianhui Zhao <jianhui.zhao@gl-inet.com>
|
|
Date: Wed, 14 Apr 2021 14:11:09 +0800
|
|
Subject: [PATCH 01/15] feeds: add gl-feeds
|
|
|
|
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
|
|
---
|
|
feeds.conf.default | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/feeds.conf.default b/feeds.conf.default
|
|
index 841430159c..ae0ba003fc 100644
|
|
--- a/feeds.conf.default
|
|
+++ b/feeds.conf.default
|
|
@@ -1,3 +1,4 @@
|
|
+src-git gl https://github.com/gl-inet/gl-feeds.git;19.07.7
|
|
src-git packages https://git.openwrt.org/feed/packages.git^90af10d01579425369bd474051b6d3ddaf32a7e3
|
|
src-git luci https://git.openwrt.org/project/luci.git^34e0d656a41befd9720be35c4831c9f136a67c59
|
|
src-git routing https://git.openwrt.org/feed/routing.git^e26b4745209655976b7d124465b1dc53ade632f9
|
|
--
|
|
2.17.1
|
|
|