mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-themes: add luci-base to depends
Signed-off-by: Fengyu Wu <saldry@proton.me>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Bootstrap Theme (default)
|
||||
LUCI_DEPENDS:=
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user