ImmortalWrt/package/network
Hans Dedecker 751e6ab8e6 dropbear: fix compilation for uClibc
Backport patches which fix compile issue for uClibc-ng :

dbrandom.c:174:8: warning: implicit declaration of function 'getrandom'; did you mean 'genrandom'? [-Wimplicit-function-declaration]
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
        ^~~~~~~~~
        genrandom
dbrandom.c:174:36: error: 'GRND_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'?
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
                                    ^~~~~~~~~~~~~
                                    SOCK_NONBLOCK

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-06-24 22:36:21 +02:00
..
config soloscli: fix uci-defaults file 2020-06-11 01:49:24 +02:00
ipv6 odhcp6c: update to latest git HEAD 2020-03-29 22:24:30 +02:00
services dropbear: fix compilation for uClibc 2020-06-24 22:36:21 +02:00
utils comgt-ncm: do not attempt to connect if the control device is invalid 2020-06-17 23:14:46 +02:00