lede-packages-rs

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

commit e430a9360545d6fa797fa2a69c6897c947408aea
parent 2da2a9e900d04c38bccc8ae545b0577fa38e80e6
Author: Luka Perkov <luka@openwrt.org>
Date:   Tue, 11 Nov 2014 11:54:38 +0100

luci-app-lxc: add spdx license info

Signed-off-by: Luka Perkov <luka@openwrt.org>

Diffstat:
Mutils/luci-app-lxc/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/utils/luci-app-lxc/Makefile b/utils/luci-app-lxc/Makefile @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-lxc PKG_RELEASE:=20141012 +PKG_LICENSE:=Apache-2.0 + PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk