diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:23:39 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:30:31 +0100 |
commit | 97b33fef697cba972ff71165c319dbf0bc99658b (patch) | |
tree | 2711e8fbf59ea39f95a4e4db13f99087734d3431 /applications/luci-app-opkg/Makefile | |
parent | d94efb5b1bb8d5488f937b0b72fc1a618f7a374e (diff) |
luci-app-opkg: add missing PKG_LICENSE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-opkg/Makefile')
-rw-r--r-- | applications/luci-app-opkg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-opkg/Makefile b/applications/luci-app-opkg/Makefile index 0f3d8a7027..1510a5acb9 100644 --- a/applications/luci-app-opkg/Makefile +++ b/applications/luci-app-opkg/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=OPKG package management application LUCI_DEPENDS:=+luci-base +opkg |