mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
26 lines
861 B
Diff
26 lines
861 B
Diff
From a53506fd073dd451840c3c1974e579a8861f9205 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Tue, 4 May 2021 16:48:48 +0200
|
|
Subject: [PATCH 33/43] feeds.conf.default: drop luci
|
|
|
|
we require luci-trunk for the gateway images.
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
feeds.conf.default | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/feeds.conf.default b/feeds.conf.default
|
|
index 98bf97232d..3d24cb7c27 100644
|
|
--- a/feeds.conf.default
|
|
+++ b/feeds.conf.default
|
|
@@ -1,5 +1,4 @@
|
|
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
|
|
-src-git luci https://git.openwrt.org/project/luci.git;openwrt-21.02
|
|
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
|
|
src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-21.02
|
|
#src-link custom /usr/src/openwrt/custom-feed
|
|
--
|
|
2.25.1
|
|
|