From d73ede73c5d7586871d4972404e6d04130031fab Mon Sep 17 00:00:00 2001 From: Jeremy McGee Date: Thu, 5 Jun 2025 19:51:29 -0600 Subject: [PATCH] Remove unneeded depends for ekhwizards --- luci/luci-app-ekhwizards/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-ekhwizards/Makefile b/luci/luci-app-ekhwizards/Makefile index c248881..4bc6713 100644 --- a/luci/luci-app-ekhwizards/Makefile +++ b/luci/luci-app-ekhwizards/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Wizards for HaLow evaluation kits -LUCI_DEPENDS:=+luci-base +luci-app-morseconfig +luci-lib-morseconfig +LUCI_DEPENDS:=+luci-base +luci-app-morseconfig PKG_LICENSE:=Apache-2.0