diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:21:39 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 9cdb26b8307c30825f0c4ada75d9e2cd250715a8 (patch) | |
tree | 5700ad38a09b7f560fbc59a6b396d7d1549fcadd /protocols/luci-proto-qmi/Makefile | |
parent | 753895963f09d8a2b3988039e6893d01de973b3e (diff) |
luci-proto-qmi: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols/luci-proto-qmi/Makefile')
-rw-r--r-- | protocols/luci-proto-qmi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-qmi/Makefile b/protocols/luci-proto-qmi/Makefile index 8b2b5e37eb..07793a377d 100644 --- a/protocols/luci-proto-qmi/Makefile +++ b/protocols/luci-proto-qmi/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for QMI LUCI_DEPENDS:=+uqmi +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |