diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:16:24 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:28 +0200 |
commit | d40bb2e60e7969fb2edbe8ad93c7b372674af1de (patch) | |
tree | a29839ebdf193c2d798ead34bb0b64dcbae3fc00 /protocols/luci-proto-ppp/Makefile | |
parent | a4bee3de51e71e350585318509f0e2ed39a62b7b (diff) |
luci-proto-ppp: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'protocols/luci-proto-ppp/Makefile')
-rw-r--r-- | protocols/luci-proto-ppp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-ppp/Makefile b/protocols/luci-proto-ppp/Makefile index 70db744ea..dd1859ef5 100644 --- a/protocols/luci-proto-ppp/Makefile +++ b/protocols/luci-proto-ppp/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for PPP/PPPoE/PPPoA/PPtP LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |