mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iwatchdog:updated copyright and added opkgs data plus changed name to iopsys
This commit is contained in:
parent
faac31760d
commit
89cb5e1b25
1 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
|
# Copyright (C) 2019 iopsys
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Inteno
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
|
|
@ -8,6 +11,9 @@ PKG_NAME:=iwatchdog
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_LICENSE:=GPLv2
|
||||||
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
# support parallel build
|
# support parallel build
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
|
|
@ -22,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/iwatchdog
|
define Package/iwatchdog
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Inteno watchdog
|
TITLE:=IOPSYS watchdog
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iwatchdog/description
|
define Package/iwatchdog/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue