diff options
Diffstat (limited to 'applications/luci-app-dcwapd/Makefile')
-rw-r--r-- | applications/luci-app-dcwapd/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/applications/luci-app-dcwapd/Makefile b/applications/luci-app-dcwapd/Makefile new file mode 100644 index 0000000000..3396bcd296 --- /dev/null +++ b/applications/luci-app-dcwapd/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2019 EWSI +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Dual Channel Wi-Fi AP Daemon configuration module +LUCI_DEPENDS:=+dcwapd + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |