From 490c5f6692b1fca210eda3f794f826cc4a15f540 Mon Sep 17 00:00:00 2001 From: Fengyu Wu Date: Sat, 17 Feb 2024 21:45:15 +0800 Subject: [PATCH] luci-themes: add luci-base to depends Signed-off-by: Fengyu Wu (cherry picked from commit 98a6ba28deb09e1ac524b960a0a207e2fe1a333a) --- themes/luci-theme-bootstrap/Makefile | 2 +- themes/luci-theme-material/Makefile | 2 +- themes/luci-theme-openwrt-2020/Makefile | 2 +- themes/luci-theme-openwrt/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/luci-theme-bootstrap/Makefile b/themes/luci-theme-bootstrap/Makefile index 1e7f49a12e..5d47ccea21 100644 --- a/themes/luci-theme-bootstrap/Makefile +++ b/themes/luci-theme-bootstrap/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Bootstrap Theme (default) -LUCI_DEPENDS:= +LUCI_DEPENDS:=+luci-base PKG_LICENSE:=Apache-2.0 diff --git a/themes/luci-theme-material/Makefile b/themes/luci-theme-material/Makefile index 0fdd55edd4..67bc45463b 100644 --- a/themes/luci-theme-material/Makefile +++ b/themes/luci-theme-material/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Material Theme -LUCI_DEPENDS:= +LUCI_DEPENDS:=+luci-base define Package/luci-theme-material/postrm #!/bin/sh diff --git a/themes/luci-theme-openwrt-2020/Makefile b/themes/luci-theme-openwrt-2020/Makefile index 8b0c1a93a5..792c55fad8 100644 --- a/themes/luci-theme-openwrt-2020/Makefile +++ b/themes/luci-theme-openwrt-2020/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI modern OpenWrt theme -LUCI_DEPENDS:= +LUCI_DEPENDS:=+luci-base define Package/luci-theme-openwrt-2020/postrm #!/bin/sh diff --git a/themes/luci-theme-openwrt/Makefile b/themes/luci-theme-openwrt/Makefile index 41f479157c..4d707b90e1 100644 --- a/themes/luci-theme-openwrt/Makefile +++ b/themes/luci-theme-openwrt/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI OpenWrt.org theme -LUCI_DEPENDS:= +LUCI_DEPENDS:=+luci-base define Package/luci-theme-openwrt/postrm #!/bin/sh -- 2.30.2