luci-themes: add luci-base to depends
authorFengyu Wu <saldry@proton.me>
Sat, 17 Feb 2024 13:45:15 +0000 (21:45 +0800)
committerPaul Donald <newtwen@gmail.com>
Thu, 7 Mar 2024 00:33:29 +0000 (01:33 +0100)
Signed-off-by: Fengyu Wu <saldry@proton.me>
(cherry picked from commit 98a6ba28deb09e1ac524b960a0a207e2fe1a333a)

themes/luci-theme-bootstrap/Makefile
themes/luci-theme-material/Makefile
themes/luci-theme-openwrt-2020/Makefile
themes/luci-theme-openwrt/Makefile

index 1e7f49a12ea538fd12b42f7dcc4dafed277d3a0c..5d47ccea215bafb39bac0066d59de97a8caba739 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Bootstrap Theme (default)
-LUCI_DEPENDS:=
+LUCI_DEPENDS:=+luci-base
 
 PKG_LICENSE:=Apache-2.0
 
index 0fdd55edd4486876cecf47564b27bcbd9ed0830f..67bc45463b10d2e693c908ee45c1abd91a0719b4 100644 (file)
@@ -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
index 8b0c1a93a5cdf6f58391b1480189b0ebe8bb4122..792c55fad8036017747b8dee9edc969374afd4ec 100644 (file)
@@ -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
index 41f479157c18e074c837cefc5e41b09ca06c840c..4d707b90e17fac6b0b38a3877f1042717ee00de7 100644 (file)
@@ -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