aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-25 11:48:27 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-25 11:48:27 +0000
commit17a052228ef70446f5ca390d86487e28c7e28bdc (patch)
tree36ca351c2bddf97ccdbd71f435c8987b657ccd88 /package
parentaba8ca6df21d9d39352aad1d4e85845505955528 (diff)
downloadmaster-187ad058-17a052228ef70446f5ca390d86487e28c7e28bdc.tar.gz
master-187ad058-17a052228ef70446f5ca390d86487e28c7e28bdc.tar.bz2
master-187ad058-17a052228ef70446f5ca390d86487e28c7e28bdc.zip
ubox: kmodloader: support loading kmods from multiple directories
This is required during early boot in the extroot setup phase to support loading kmods from the overlay that depend on kmods on the rom partition. The subsequent mount_root updates will use the LD_LIBRARY_PATH env variable to pass kmod directories to kmodloader. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 de35d58392..51debec928 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_VERSION:=2014-10-06
+PKG_VERSION:=2015-02-25
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:=0b274c16a3f9d235735a4b84215071e1e004caa9
+PKG_SOURCE_VERSION:=31f0ff358b360ee461d845c1b3b5e5d38fa27925
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0