From fea8509c37422ebd9632a90c5067aa520eb1bb97 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 19 Mar 2024 13:48:47 +0100 Subject: [PATCH] luci-lib-ipkg: add missing license information Signed-off-by: Florian Eckert --- libs/luci-lib-ipkg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/luci-lib-ipkg/Makefile b/libs/luci-lib-ipkg/Makefile index 52fcf6fe82..aaed839bea 100644 --- a/libs/luci-lib-ipkg/Makefile +++ b/libs/luci-lib-ipkg/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Legacy opkg interface class LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- 2.30.2