git.archive.openwrt.org Git - project/ubox.git/rss - CMakeLists.txt history http://git.archive.openwrt.org?p=project/ubox.git;a=history;f=CMakeLists.txt OpenWrt core utilities en nbd static/git-logo.png git.archive.openwrt.org Git - project/ubox.git/rss - CMakeLists.txt history http://git.archive.openwrt.org?p=project/ubox.git;a=history;f=CMakeLists.txt Tue, 21 Feb 2017 13:11:05 +0000 Tue, 21 Feb 2017 13:11:05 +0000 gitweb v.2.11.0/2.11.0 cmake: fix typo Felix Fietkau <nbd@nbd.name> Tue, 21 Feb 2017 13:11:03 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=c553354dd9f0ccd4afa45b14dd7afc87f37e6fa0 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=c553354dd9f0ccd4afa45b14dd7afc87f37e6fa0 cmake: fix typo 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 Florian Fainelli <f.fainelli@gmail.com> Sun, 5 Feb 2017 02:41:34 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fce9382b4b99178fdbd188bec098b9b085327fef http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fce9382b4b99178fdbd188bec098b9b085327fef cmake: Check for getrandom system call 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 Florian Fainelli <f.fainelli@gmail.com> Fri, 1 Jul 2016 23:05:23 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=81c38e8cc3913afcdf5c6916db0376000086b57f http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=81c38e8cc3913afcdf5c6916db0376000086b57f cmake: Find uci header file 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 Etienne CHAMPETIER <champetier.etienne@gmail.com> Thu, 9 Jun 2016 13:03:00 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fdda69207d1509e0383e3da549f71666b194c40a http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fdda69207d1509e0383e3da549f71666b194c40a getrandom: add helper for getrandom() syscall 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 John Crispin <blogic@openwrt.org> Fri, 3 Oct 2014 15:54:19 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=0b274c16a3f9d235735a4b84215071e1e004caa9 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=0b274c16a3f9d235735a4b84215071e1e004caa9 hw_detect replaces this old code 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 Felix Fietkau <nbd@openwrt.org> Sun, 25 May 2014 20:00:58 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=b71fd28a93051be9d2cdd72f1a0f526222f26964 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=b71fd28a93051be9d2cdd72f1a0f526222f26964 ubox: only link libraries that are actually used 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 John Crispin <blogic@openwrt.org> Wed, 26 Mar 2014 14:48:24 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=3a51a879250221c60736f19eb0ab4d0e94326342 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=3a51a879250221c60736f19eb0ab4d0e94326342 mount_root/block: these tools were moved to the fstools repo 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 John Crispin <blogic@openwrt.org> Tue, 19 Nov 2013 19:58:38 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=ee789a4323ea79cdb08c8b47ab7e1ff15061d54c http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=ee789a4323ea79cdb08c8b47ab7e1ff15061d54c make use of the md5.c inside libubox make use of the md5.c inside libubox Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
]]>
add log daemon John Crispin <blogic@openwrt.org> Thu, 14 Nov 2013 12:47:18 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=f8d43c5f222b99d5a7a0e2bd1fdc0d442e030e89 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=f8d43c5f222b99d5a7a0e2bd1fdc0d442e030e89 add log daemon add log daemon Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
]]>
add validation code John Crispin <blogic@openwrt.org> Thu, 14 Nov 2013 12:43:19 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=0ff5e8917bc3205d9887d5f714369a0072829edc http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=0ff5e8917bc3205d9887d5f714369a0072829edc add validation code add validation code Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
]]>
Add CmakeList support for the block tool John Crispin <blogic@openwrt.org> Wed, 19 Jun 2013 19:15:42 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=a0ef9a5cf7f9d598cb1b26136f7a23409a442dc5 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=a0ef9a5cf7f9d598cb1b26136f7a23409a442dc5 Add CmakeList support for the block tool Add CmakeList support for the block tool Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
]]>
initial import of uboox utilities John Crispin <blogic@openwrt.org> Tue, 23 Apr 2013 18:52:03 +0000 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fa4c1e81dae3ffb7711be38c64eacf8ac3856e42 http://git.archive.openwrt.org?p=project/ubox.git;a=commitdiff;h=fa4c1e81dae3ffb7711be38c64eacf8ac3856e42 initial import of uboox utilities initial import of uboox utilities Signed-off-by: John Crispin <blogic@openwrt.org>
  • [D] CMakeLists.txt
]]>