mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
* fix poco build on MIPS * add certificate generation for the gateway package I make vlan filtering work on mt7621 * add ucentral-gateway profile * add ubnt_edgerouter-x profiles Signed-off-by: John Crispin <john@phrozen.org>
26 lines
855 B
Diff
26 lines
855 B
Diff
From 1a20d4d44bf4601fef37aaf0e9f12d1bee89a022 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Tue, 4 May 2021 16:48:48 +0200
|
|
Subject: [PATCH] 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
|
|
|