diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:05:26 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 201dc41e86de93b35c857aecad9e57b5aa12dde6 (patch) | |
tree | 2ea0c764d68b086716fcb4899dd13c26c5f763e4 /protocols | |
parent | 466110d037161e1970d26829285290b3c08ca510 (diff) |
luci-proto-autoip: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-autoip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-autoip/Makefile b/protocols/luci-proto-autoip/Makefile index 1a8181a3e5..87f8dcd532 100644 --- a/protocols/luci-proto-autoip/Makefile +++ b/protocols/luci-proto-autoip/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for Avahi IPv4LL configuration LUCI_DEPENDS:=+avahi-autoipd +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |