diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-25 17:42:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-25 17:42:49 +0000 |
commit | e95c009c6e902507a40524f59d5ea74b509100a9 (patch) | |
tree | 2d315c7e32d4802e4112865c877e93d71e611c8c | |
parent | 19a0e4b4b736943b36bcc3bbf8aa7ee362288c43 (diff) | |
download | upstream-e95c009c6e902507a40524f59d5ea74b509100a9.tar.gz upstream-e95c009c6e902507a40524f59d5ea74b509100a9.tar.bz2 upstream-e95c009c6e902507a40524f59d5ea74b509100a9.zip |
BB: 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>
Backport of r42813, r44533
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@44536 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/system/ubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 3214197680..471afd6dc0 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-09-16 +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:=5c45b560bc8c9e13682269ed963a8a4a65959518 +PKG_SOURCE_VERSION:=31f0ff358b360ee461d845c1b3b5e5d38fa27925 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 |