summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix typoFelix Fietkau2017-02-211-1/+1
| | | | | Fixes: fce9382b4b99 ("cmake: Check for getrandom system call") Signed-off-by: Felix Fietkau <nbd@nbd.name>
* cmake: Check for getrandom system callFlorian Fainelli2017-02-091-4/+11
| | | | | | | 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>
* cmake: Find uci header fileFlorian Fainelli2016-07-011-0/+3
| | | | | | | | 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>
* getrandom: add helper for getrandom() syscallEtienne CHAMPETIER2016-06-081-0/+5
| | | | | | | | | | | 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>
* hw_detect replaces this old codeJohn Crispin2014-10-031-7/+0
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* ubox: only link libraries that are actually usedFelix Fietkau2014-05-251-7/+6
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* mount_root/block: these tools were moved to the fstools repoJohn Crispin2014-03-271-21/+0
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* make use of the md5.c inside libuboxJohn Crispin2013-11-191-1/+0
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* add log daemonJohn Crispin2013-11-151-0/+12
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* add validation codeJohn Crispin2013-11-151-0/+11
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* Add CmakeList support for the block toolJohn Crispin2013-06-191-2/+17
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* initial import of uboox utilitiesJohn Crispin2013-04-251-0/+46
Signed-off-by: John Crispin <blogic@openwrt.org>