diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-05-28 15:23:14 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-05-28 15:23:14 +0200 |
commit | ec83fb9ced138b7945135adffb9ff0ba63b695ec (patch) | |
tree | dee6f0482917a56a9014e066078f506e196f1c6b /package/system/ubox/Makefile | |
parent | f755d81999b1745bc156ac53f10e8043c9def3de (diff) | |
download | upstream-ec83fb9ced138b7945135adffb9ff0ba63b695ec.tar.gz upstream-ec83fb9ced138b7945135adffb9ff0ba63b695ec.tar.bz2 upstream-ec83fb9ced138b7945135adffb9ff0ba63b695ec.zip |
ubox: fix init script validation of log_ip option
The underlying logread process uses usock() to handle remote connections
which is able to handle both hostnames and IP addresses.
Ref: https://github.com/openwrt/luci/issues/5077
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/system/ubox/Makefile')
-rw-r--r-- | package/system/ubox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index f32e93ca80..9ba4abdd58 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubox.git |