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
znc: close Network tags
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
lilik-openwrt-22.03
Jonas Gorski
10 years ago
parent
23dd874b10
commit
d665caa851
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/znc/Makefile
+1
-0
net/znc/files/znc.init
+ 1
- 1
net/znc/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
znc
PKG_VERSION
:=
1.6.0
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://znc.in/releases
\
+ 1
- 0
net/znc/files/znc.init
View File
@ -39,6 +39,7 @@ add_network() {
echo " <Network $name>" >> $ZNC_CONFIG
config_list_foreach "$network" server "add_param \" Server\""
config_list_foreach "$network" channel "add_chan"
echo " </Network>" >> $ZNC_CONFIG
}
znc_global() {
Write
Preview
Loading…
Cancel
Save