diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-01-26 17:46:32 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-26 18:07:37 +0100 |
commit | 453343a8348050b39d60fc680d5f724c3074c688 (patch) | |
tree | 0ceb93260b1ab4e099ed92228391e05768c54f3d /package/system/ubox/Makefile | |
parent | 81aeba9b7f619ee1af1a64f355ae8001fa147d03 (diff) | |
download | upstream-453343a8348050b39d60fc680d5f724c3074c688.tar.gz upstream-453343a8348050b39d60fc680d5f724c3074c688.tar.bz2 upstream-453343a8348050b39d60fc680d5f724c3074c688.zip |
ubox: import kmodloader fixes
Update ubox to latest Git head in order to import the following fixes:
14839f0 kmodloader: make insert_module() idempotent
6e3c6dc kmodloader: add module alias awareness
9371411 kmodloader: fix out-of-bound access when parsing .modinfo
a62c946 kmodloader: modprobe: skip possible command line arguments
46a4b5f kmodloader: log to kmsg when loading directories of modules
eacc426 kmodloader: remove redundant glob wildcard char
8488bb5 ubox: Initialize conditionally uninitialized variable
db070f1 ubox: Fix some memory leaks
acc48b5 kmodloader: Fix typo in error message
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/system/ubox/Makefile')
-rw-r--r-- | package/system/ubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 138e566fba..1b22e01f59 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/ubox.git -PKG_SOURCE_DATE:=2017-01-15 -PKG_SOURCE_VERSION:=5649c028c426060616e2bd4e7ea83271cd333d21 -PKG_MIRROR_HASH:=ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a +PKG_SOURCE_DATE:=2017-01-26 +PKG_SOURCE_VERSION:=14839f0acc15197e360299b7f714b8f9ff97ba17 +PKG_MIRROR_HASH:=6a69c9af17bfe18988c3984478c1ee4041795af9345267d6f1262a09f3386cb0 CMAKE_INSTALL:=1 PKG_LICENSE:=GPL-2.0 |