From 82e5c888408a9728576f584088432289809fa293 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 18 Oct 2024 04:54:58 +0200 Subject: luci-app-dcwapd: Convert to JS Signed-off-by: Paul Donald --- applications/luci-app-dcwapd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-dcwapd/Makefile') diff --git a/applications/luci-app-dcwapd/Makefile b/applications/luci-app-dcwapd/Makefile index 0669b0304b..afea7cfe01 100644 --- a/applications/luci-app-dcwapd/Makefile +++ b/applications/luci-app-dcwapd/Makefile @@ -6,10 +6,11 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Dual Channel Wi-Fi AP Daemon configuration module -LUCI_DEPENDS:=+luci-base +luci-compat +dcwapd +LUCI_DEPENDS:=+luci-base +dcwapd PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Carey Sonsino +PKG_MAINTAINER:=Carey Sonsino , \ + Paul Donald include ../../luci.mk -- cgit v1.2.3