Merge pull request #144 from chris5560/master
ddns-scripts: set myself as maintainer
This commit is contained in:
commit
ab11a89555
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ddns-scripts
|
PKG_NAME:=ddns-scripts
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.0
|
||||||
PKG_RELEASE:=22
|
PKG_RELEASE:=23
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ define Package/ddns-scripts
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
TITLE:=Dynamic DNS Scripts
|
TITLE:=Dynamic DNS Scripts
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
|
MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ddns-scripts/description
|
define Package/ddns-scripts/description
|
||||||
|
|
Loading…
Reference in a new issue