diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-05-25 16:10:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 16:10:19 +0300 |
commit | 67ba105de7f7c8bddcbe39b5a1abe37183c542ce (patch) | |
tree | 3bd64e1ae074f9c2114a203b232091ffa027547c /protocols/luci-proto-ipv6/Makefile | |
parent | c181699bf7ac7c3ba39bd50e8db461716c3e8636 (diff) | |
parent | 9e3fb2c585ed966c3192c9926d950466d4b0f88e (diff) |
Merge pull request #1821 from TDT-AG/pr/20180521-protocols-remove-aiccu
luci-proto-ipv6: remove outdated aiccu proto support
Diffstat (limited to 'protocols/luci-proto-ipv6/Makefile')
-rw-r--r-- | protocols/luci-proto-ipv6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-ipv6/Makefile b/protocols/luci-proto-ipv6/Makefile index 761ee2f9f5..b28c8d5895 100644 --- a/protocols/luci-proto-ipv6/Makefile +++ b/protocols/luci-proto-ipv6/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Support for DHCPv6/6in4/6to4/6rd/DS-Lite/aiccu +LUCI_TITLE:=Support for DHCPv6/6in4/6to4/6rd/DS-Lite LUCI_DEPENDS:= PKG_LICENSE:=Apache-2.0 |