default-settings: add luci to dependency

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 650f5eacd4)
This commit is contained in:
Tianling Shen 2023-05-10 23:33:42 +08:00
parent 7e8f2a2d6a
commit 32e60759e6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -22,6 +22,7 @@ define Package/default-settings
SECTION:=luci
CATEGORY:=LuCI
TITLE:=LuCI support for Default Settings
DEPENDS:=+luci
PKGARCH:=all
DEPENDS:=+luci-lib-base
endef