Browse Source

ddns-scripts: set myself as maintainer

and increase PKG_RELEASE to reflect latest updates.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck 10 years ago
parent
commit
bda67cc2cc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      net/ddns-scripts/Makefile

+ 2
- 1
net/ddns-scripts/Makefile View File

2
 
2
 
3
 PKG_NAME:=ddns-scripts
3
 PKG_NAME:=ddns-scripts
4
 PKG_VERSION:=1.0.0
4
 PKG_VERSION:=1.0.0
5
-PKG_RELEASE:=22
5
+PKG_RELEASE:=23
6
 
6
 
7
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
7
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
8
 
8
 
14
         SUBMENU:=IP Addresses and Names
14
         SUBMENU:=IP Addresses and Names
15
 	TITLE:=Dynamic DNS Scripts
15
 	TITLE:=Dynamic DNS Scripts
16
 	PKGARCH:=all
16
 	PKGARCH:=all
17
+	MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
17
 endef
18
 endef
18
 
19
 
19
 define Package/ddns-scripts/description
20
 define Package/ddns-scripts/description