From d73ede73c5d7586871d4972404e6d04130031fab Mon Sep 17 00:00:00 2001 From: Jeremy McGee Date: Thu, 5 Jun 2025 19:51:29 -0600 Subject: [PATCH 1/2] 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 c2488815..4bc67135 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 From 8cb95a603bbf6692c5748ef2f09001f710c324cb Mon Sep 17 00:00:00 2001 From: Jeremy McGee Date: Thu, 5 Jun 2025 20:02:24 -0600 Subject: [PATCH 2/2] Remove circular depenedency --- kernel/morse_driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/morse_driver/Makefile b/kernel/morse_driver/Makefile index d01c365c..75fb19da 100644 --- a/kernel/morse_driver/Makefile +++ b/kernel/morse_driver/Makefile @@ -30,7 +30,7 @@ DTC=$(wildcard $(LINUX_DIR)/scripts/dtc/dtc) define KernelPackage/morse SUBMENU:=Wireless Drivers TITLE:=Morse Micro WIFI HaLow driver - DEPENDS:= +kmod-mmc +kmod-mac80211 +kmod-trelay +kmod-lib-crc7 +morse-fw +morse-board-config +MORSE_USB:kmod-usb-core + DEPENDS:= +kmod-mmc +kmod-mac80211 +kmod-trelay +kmod-lib-crc7 +morse-fw +morse-board-config FILES:=\ $(PKG_BUILD_DIR)/morse.ko \ $(PKG_BUILD_DIR)/dot11ah/dot11ah.ko