diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-11 12:02:50 +0100 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-11 12:02:50 +0100 |
commit | 9416af8164a04a3f450ee44cfac56364ad507ef2 (patch) | |
tree | e9f6a361430e6b776cea51ec0ba3fa1820fdb02e /utils/rpcd-mod-lxc | |
parent | e430a9360545d6fa797fa2a69c6897c947408aea (diff) |
rpcd-mod-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'utils/rpcd-mod-lxc')
-rw-r--r-- | utils/rpcd-mod-lxc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/rpcd-mod-lxc/Makefile b/utils/rpcd-mod-lxc/Makefile index ccabc39d7..154336b7b 100644 --- a/utils/rpcd-mod-lxc/Makefile +++ b/utils/rpcd-mod-lxc/Makefile @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd-mod-lxc PKG_RELEASE=20141012 +PKG_LICENSE:=ISC + PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk |