This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3253
from chris5560/master
ddns-scripts: fix reporting wrong version
lilik-openwrt-22.03
Ted Hess
8 years ago
committed by
GitHub
parent
93232f818b
fbc27e89f3
commit
81ce555cf2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/Makefile
+1
-1
net/ddns-scripts/files/dynamic_dns_functions.sh
+ 1
- 1
net/ddns-scripts/Makefile
View File
@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
PKG_VERSION
:=
2.7.5
# Release == build
# increase on changes of services files or tld_names.dat
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_LICENSE
:=
GPL-2.0
PKG_MAINTAINER
:=
Christian Schoenebeck <christian.schoenebeck@gmail.com>
+ 1
- 1
net/ddns-scripts/files/dynamic_dns_functions.sh
View File
@ -21,7 +21,7 @@
. /lib/functions/network.sh
# GLOBAL VARIABLES #
VERSION
=
"2.7.
4
"
VERSION
=
"2.7.
5
"
SECTION_ID
=
""
# hold config's section name
VERBOSE_MODE
=
1
# default mode is log to console, but easily changed with parameter
Write
Preview
Loading…
Cancel
Save