diff options
author | Fengyu Wu <saldry@proton.me> | 2024-02-17 21:45:15 +0800 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-03-02 17:57:01 +0100 |
commit | 98a6ba28deb09e1ac524b960a0a207e2fe1a333a (patch) | |
tree | 1d1b9fa17d1f139f32c04311f625b9e1fd774380 /themes/luci-theme-openwrt/Makefile | |
parent | 45d2becacbee5ca786eb403b4b0871c757321356 (diff) |
luci-themes: add luci-base to depends
Signed-off-by: Fengyu Wu <saldry@proton.me>
Diffstat (limited to 'themes/luci-theme-openwrt/Makefile')
-rw-r--r-- | themes/luci-theme-openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |