diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-18 04:54:58 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-18 05:00:04 +0200 |
commit | 82e5c888408a9728576f584088432289809fa293 (patch) | |
tree | e4174dc7207c1b41bc83654b4935ff3f7dbfaf75 /applications/luci-app-dcwapd/Makefile | |
parent | 5c6b08cf89f5dd4dd0bc0ee4d0c643a19a34c9b8 (diff) |
luci-app-dcwapd: Convert to JS
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-dcwapd/Makefile')
-rw-r--r-- | applications/luci-app-dcwapd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <csonsino@gmail.com> +PKG_MAINTAINER:=Carey Sonsino <csonsino@gmail.com>, \ + Paul Donald <newtwen+github@gmail.com> include ../../luci.mk |