luci-themes: add luci-base to depends
Signed-off-by: Fengyu Wu <saldry@proton.me>
This commit is contained in:
parent
45d2becacb
commit
98a6ba28de
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue