Skip to content
Snippets Groups Projects
Commit 2bc647e0 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ubus: update to the latest version


- Adds support for passing file descriptors in ubus invoke requests
- Fixes clearing pending timers on ubus_shutdown()
- Fixes checking the amount of written data in ubusd
- Fixes an ubusd crash when trying to subscribe to system objects

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 47c22c29
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ PKG_RELEASE:=1 ...@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/ubus.git PKG_SOURCE_URL=$(LEDE_GIT)/project/ubus.git
PKG_SOURCE_DATE:=2016-10-12 PKG_SOURCE_DATE:=2017-01-19
PKG_SOURCE_VERSION:=312448a5b147c221836827a7a641e76a4514db44 PKG_SOURCE_VERSION:=97ac89f9727d4fae1b2d63d2fc3b59e0d5d4bf65
PKG_MIRROR_HASH:=adeeae238deaac2b6af77c2e4473febdcbc0f1c256734b2ff019c76b2f3f2aa6 PKG_MIRROR_HASH:=1dc6afd3baedc1cc6f4373a34b6d73975358e9741c647b358b4fdd5a72a07756
CMAKE_INSTALL:=1 CMAKE_INSTALL:=1
PKG_LICENSE:=LGPL-2.1 PKG_LICENSE:=LGPL-2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment