Merge pull request #11064 from tofurky/nut_fix_other_and_otherflag

nut: fix other/otherflag custom variables in nut-server.init
This commit is contained in:
Rosen Penev
2020-01-19 21:15:09 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nut
PKG_VERSION:=2.7.4
PKG_RELEASE:=19
PKG_RELEASE:=20
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/
+2 -2
View File
@@ -203,8 +203,8 @@ build_driver_config() {
fi
}
config_list_foreach "$cfg" other other
config_list_foreach "$cfg" other otherflag
config_list_foreach "$cfg" other other other
config_list_foreach "$cfg" otherflag other otherflag
echo "" >>$UPS_C
havedriver=1
}