summaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-26 21:23:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-26 21:23:55 +0000
commit03db988eaac12c110f3effe83c5039c548fb2fe9 (patch)
tree931c40160389c1ab0da29796c3ae837b7975f3a4 /package/system/ubox
parentb977134dc7094f8b0b53c1792ae5ea12b568065f (diff)
downloadmaster-31e0f0ae-03db988eaac12c110f3effe83c5039c548fb2fe9.tar.gz
master-31e0f0ae-03db988eaac12c110f3effe83c5039c548fb2fe9.tar.bz2
master-31e0f0ae-03db988eaac12c110f3effe83c5039c548fb2fe9.zip
ubox: fix segmentation fault in insmod
Fix segfault in kmodloader insmod mode due to uninitialized module directory list. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44549
Diffstat (limited to 'package/system/ubox')
-rw-r--r--package/system/ubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index a219de862b..b58eb16b4d 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_VERSION:=2015-02-26
+PKG_VERSION:=2015-02-26.1
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=1dce0407268937cdf37b9c0643632e6c31f5792a
+PKG_SOURCE_VERSION:=96aa9306d5cc7ebb804ee27f1a920dbd7ef83c17
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0