diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:52:05 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:52:05 +0100 |
commit | f896ca1dce80e5f00073ed2d595e1fd9ed986cdb (patch) | |
tree | da8930a63a3bc4ba56b165d7c81164035f4cf5e4 /modules/luci-compat/Makefile | |
parent | c1e3fa97dcd131b2ee9f2ae03e2e4c6ef913fc10 (diff) |
luci-compat: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-compat/Makefile')
-rw-r--r-- | modules/luci-compat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-compat/Makefile b/modules/luci-compat/Makefile index 4b11f16419..d4582dac7f 100644 --- a/modules/luci-compat/Makefile +++ b/modules/luci-compat/Makefile @@ -14,6 +14,8 @@ LUCI_BASENAME:=compat LUCI_TITLE:=LuCI compatibility libraries LUCI_DEPENDS:=+luci-lua-runtime +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |