diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-02-09 00:38:38 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-02-09 00:38:38 +0000 |
commit | 2d26869c94b171da7ae8532222fcdff930b4c6dc (patch) | |
tree | 499ee25236683c645603e0fd88a94285d29ecb72 /applications/luci-app-asterisk | |
parent | 76dfdc1b1e7a62b363954f01f71f5a1e77d5249a (diff) |
luci-app-asterisk: fix typo in package description
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat (limited to 'applications/luci-app-asterisk')
-rw-r--r-- | applications/luci-app-asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-asterisk/Makefile b/applications/luci-app-asterisk/Makefile index bb4d4158d..f2f3cd1e7 100644 --- a/applications/luci-app-asterisk/Makefile +++ b/applications/luci-app-asterisk/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI Support for AHCPd +LUCI_TITLE:=LuCI Support for Asterisk LUCI_DEPENDS:=+ahcpd include ../../luci.mk |