diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:07:08 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 8c5865e749ed5308f74b5f86050dc7bd117fd632 (patch) | |
tree | 5b30c9939871153a597f57384e7ee59ca051c3e0 /protocols | |
parent | 5b8130c1efa69b9589cb5fd6c7e49084a1de6169 (diff) |
luci-proto-mbim: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-mbim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-mbim/Makefile b/protocols/luci-proto-mbim/Makefile index edcc9ee5ab..3716f4b7b0 100644 --- a/protocols/luci-proto-mbim/Makefile +++ b/protocols/luci-proto-mbim/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for MBIM LUCI_DEPENDS:=+umbim +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |