lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 36ce356436c3ef5f54cec0a7ccf95191a6ba886f
parent b399dd3b929953642a983482c730ac73abd37ba1
Author: John Crispin <blogic@openwrt.org>
Date:   Mon, 19 Oct 2015 15:59:58 +0200

swig: add PKG_LICENSE_FILE

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Mutils/swig/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils/swig/Makefile b/utils/swig/Makefile @@ -16,6 +16,7 @@ PKG_INSTALL:=1 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_LICENSE:=GPL-3.0 +PKG_LICENSE_FILE:=LICENSE include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk