mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ifsi:Added Copywrite to make file and updated opkg database
This commit is contained in:
parent
c19b8f618d
commit
7b65761c4b
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Inteno
|
# Copyright (C) 2018 iopsys Software Solutions AB
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
@ -9,6 +11,7 @@ PKG_NAME:=ifsi
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_LICENSE:=GPLv2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue