aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubox/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-05-28 15:23:14 +0200
committerJo-Philipp Wich <jo@mein.io>2021-05-28 15:25:31 +0200
commit0bc3f51aa650ec9fea995233714219d2cb63f53c (patch)
treeb04c59e73d1a2326e13040e7b0128ae3e0297d08 /package/system/ubox/Makefile
parent16ccf888ee70c65aa4943641e4b8e74e52dc1930 (diff)
downloadupstream-0bc3f51aa650ec9fea995233714219d2cb63f53c.tar.gz
upstream-0bc3f51aa650ec9fea995233714219d2cb63f53c.tar.bz2
upstream-0bc3f51aa650ec9fea995233714219d2cb63f53c.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> (cherry picked from commit ec83fb9ced138b7945135adffb9ff0ba63b695ec)
Diffstat (limited to 'package/system/ubox/Makefile')
-rw-r--r--package/system/ubox/Makefile2
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