diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:05:43 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 669bebe2b0927e750df9311406fb1e42a7aeff32 (patch) | |
tree | 5d05d9f29522a5c10ad07bac74343ca02e14efde | |
parent | 201dc41e86de93b35c857aecad9e57b5aa12dde6 (diff) |
luci-proto-batman-adv: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | protocols/luci-proto-batman-adv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-batman-adv/Makefile b/protocols/luci-proto-batman-adv/Makefile index 9258d7db9e..1e1ab09891 100644 --- a/protocols/luci-proto-batman-adv/Makefile +++ b/protocols/luci-proto-batman-adv/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for the batman-adv protocol LUCI_DEPENDS:=+kmod-batman-adv +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |