mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
luci: remove dependency on ancient commit
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"recurse": true
|
||||
},
|
||||
"auth": {
|
||||
"methods": [ "cookie:sysauth" ],
|
||||
"methods": [ "cookie:sysauth", "cookie:sysauth_http", "cookie:sysauth_https" ],
|
||||
"login": true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI theme for uCentral
|
||||
LUCI_DEPENDS:=
|
||||
LUCI_DEPENDS:=+luci-lua-runtime
|
||||
|
||||
include ../luci.mk
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
---
|
||||
description: Add the webui dependencies
|
||||
feeds:
|
||||
- name: luci
|
||||
uri: https://github.com/openwrt/luci.git
|
||||
revision: 69231a7d62a3b809fc5972071e691fb02730a10e
|
||||
packages:
|
||||
- cgi-io
|
||||
- liblucihttp
|
||||
- lua
|
||||
- luci-base
|
||||
- luci-lua-runtime
|
||||
- luci-mod-ucentral
|
||||
- luci-theme-ucentral
|
||||
- rpcd
|
||||
|
||||
Reference in New Issue
Block a user