Skip to content

Commit

Permalink
luci-themes: add luci-base to depends
Browse files Browse the repository at this point in the history
Signed-off-by: Fengyu Wu <saldry@proton.me>
  • Loading branch information
saldry authored and systemcrash committed Mar 2, 2024
1 parent 45d2bec commit 98a6ba2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion themes/luci-theme-bootstrap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk

LUCI_TITLE:=Bootstrap Theme (default)
LUCI_DEPENDS:=
LUCI_DEPENDS:=+luci-base

PKG_LICENSE:=Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion themes/luci-theme-material/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/luci-theme-openwrt-2020/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/luci-theme-openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a6ba2

Please sign in to comment.