luci: remove dependency on ancient commit

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2023-08-08 09:50:52 +02:00
parent ba5fd5f252
commit 2c6cc0d1d7
4 changed files with 3 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
"recurse": true "recurse": true
}, },
"auth": { "auth": {
"methods": [ "cookie:sysauth" ], "methods": [ "cookie:sysauth", "cookie:sysauth_http", "cookie:sysauth_https" ],
"login": true "login": true
} }
}, },

View File

@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI theme for uCentral LUCI_TITLE:=LuCI theme for uCentral
LUCI_DEPENDS:= LUCI_DEPENDS:=+luci-lua-runtime
include ../luci.mk include ../luci.mk

View File

@@ -1,24 +0,0 @@
From 72d075fc52486aed50b107907999eab5a9be19ef Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Sat, 15 Jul 2023 10:48:09 +0200
Subject: [PATCH 04/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 d467db5627..6fb7a14535 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,4 +1,3 @@
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-23.05
-src-git luci https://git.openwrt.org/project/luci.git;openwrt-23.05
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-23.05
src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-23.05
--
2.34.1

View File

@@ -1,14 +1,11 @@
--- ---
description: Add the webui dependencies description: Add the webui dependencies
feeds:
- name: luci
uri: https://github.com/openwrt/luci.git
revision: 69231a7d62a3b809fc5972071e691fb02730a10e
packages: packages:
- cgi-io - cgi-io
- liblucihttp - liblucihttp
- lua - lua
- luci-base - luci-base
- luci-lua-runtime
- luci-mod-ucentral - luci-mod-ucentral
- luci-theme-ucentral - luci-theme-ucentral
- rpcd - rpcd