git.archive.openwrt.org Git - project/ubox.git/atom - CMakeLists.txt history OpenWrt core utilities http://git.archive.openwrt.org?p=project/ubox.git nbd static/git-favicon.png static/git-logo.png 2017-02-21T13:11:05Z gitweb cmake: fix typo 2017-02-21T13:11:03Z Felix Fietkau nbd@nbd.name Felix Fietkau nbd@nbd.name 2017-02-21T13:11:03Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=c553354dd9f0ccd4afa45b14dd7afc87f37e6fa0
cmake: fix typo

Fixes: fce9382b4b99 ("cmake: Check for getrandom system call")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • [D] CMakeLists.txt
cmake: Check for getrandom system call 2017-02-05T02:41:34Z Florian Fainelli f.fainelli@gmail.com John Crispin john@phrozen.org 2017-02-05T02:41:34Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fce9382b4b99178fdbd188bec098b9b085327fef
cmake: Check for getrandom system call

In case we are building against a kernel that is too old and does not
support SYS_getrandom, error out with a message indicating so.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • [D] CMakeLists.txt
cmake: Find uci header file 2016-07-01T23:05:23Z Florian Fainelli f.fainelli@gmail.com John Crispin john@phrozen.org 2016-07-01T23:05:23Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=81c38e8cc3913afcdf5c6916db0376000086b57f
cmake: Find uci header file

Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for uci.h. Some
external toolchains which do not include standard locations would fail
to find the header otherwise.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • [D] CMakeLists.txt
getrandom: add helper for getrandom() syscall 2016-06-09T13:03:00Z Etienne CHAMPETIER champetier.etienne@gmail.com John Crispin john@phrozen.org 2016-06-09T13:03:00Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fdda69207d1509e0383e3da549f71666b194c40a
getrandom: add helper for getrandom() syscall

getrandom() was introduced in version 3.17 of the Linux kernel.
By default getrandom() block until /dev/urandom pool has been initialized
and then read from it.
Read buffer is 256 bytes so getrandom() calls always succeed.

First usage will be to save a seed for /dev/urandom.

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
  • [D] CMakeLists.txt
hw_detect replaces this old code 2014-10-03T15:54:19Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2014-10-03T15:54:19Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=0b274c16a3f9d235735a4b84215071e1e004caa9
hw_detect replaces this old code

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
ubox: only link libraries that are actually used 2014-05-25T20:00:58Z Felix Fietkau nbd@openwrt.org Felix Fietkau nbd@openwrt.org 2014-05-25T20:00:58Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=b71fd28a93051be9d2cdd72f1a0f526222f26964
ubox: only link libraries that are actually used

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  • [D] CMakeLists.txt
mount_root/block: these tools were moved to the fstools repo 2014-03-26T14:48:24Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2014-03-26T14:48:24Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=3a51a879250221c60736f19eb0ab4d0e94326342
mount_root/block: these tools were moved to the fstools repo

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
make use of the md5.c inside libubox 2013-11-19T19:58:38Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2013-11-19T19:58:38Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=ee789a4323ea79cdb08c8b47ab7e1ff15061d54c
make use of the md5.c inside libubox

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
add log daemon 2013-11-14T12:47:18Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2013-11-14T12:47:18Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=f8d43c5f222b99d5a7a0e2bd1fdc0d442e030e89
add log daemon

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
add validation code 2013-11-14T12:43:19Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2013-11-14T12:43:19Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=0ff5e8917bc3205d9887d5f714369a0072829edc
add validation code

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
Add CmakeList support for the block tool 2013-06-19T19:15:42Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2013-06-19T19:15:42Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=a0ef9a5cf7f9d598cb1b26136f7a23409a442dc5
Add CmakeList support for the block tool

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
initial import of uboox utilities 2013-04-23T18:52:03Z John Crispin blogic@openwrt.org John Crispin blogic@openwrt.org 2013-04-23T18:52:03Z http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fa4c1e81dae3ffb7711be38c64eacf8ac3856e42
initial import of uboox utilities

Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt