diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-05-25 11:37:10 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-05-25 12:04:28 +0200 |
commit | 9e3fb2c585ed966c3192c9926d950466d4b0f88e (patch) | |
tree | 6f637390ab3cfde8b683c71cc8f84a97fb419839 /protocols/luci-proto-ipv6/Makefile | |
parent | 59d91d8a72829a79d2f876f75ed7706eda195bdf (diff) |
luci-proto-ipv6: remove outdated aiccu proto support
Remove outdated package for luci proto section.
See commit:
https://github.com/openwrt/packages/commit/441f8a3ed1da96f6236988d672011bff11057d6b
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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 761ee2f9f..b28c8d589 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 |