diff options
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 |