diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-10-10 23:07:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 23:07:02 +0200 |
commit | 7c03183314d7c5b0119a63f0b1d51ba69c53aa3b (patch) | |
tree | b93a302a07cc632d01a11f23004bdb64e7e7fcf4 /applications/luci-app-dcwapd/Makefile | |
parent | b489aae226e6baaffb7cdf7073ea1870bec110e9 (diff) | |
parent | 838f1d8ca2a1696cfa0906a381900bc48045e4f8 (diff) |
Merge pull request #3058 from ewsi/feature_dcwifi
luci-app-dcwapd: Add Dual Channel Wi-Fi AP Daemon Management LuCI pages
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 |