mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
@@ -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 \
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user