immortalwrt/package/network
Hans Dedecker 57d8f8382f 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-25 12:01:46 +08:00
..
config soloscli: fix uci-defaults file 2020-06-11 12:01:46 +08:00
ipv6 odhcp6c: update to latest git HEAD 2020-03-30 19:50:03 +08:00
services dropbear: fix compilation for uClibc 2020-06-25 12:01:46 +08:00
utils iproute2: update to 5.7.0 2020-06-14 11:31:44 +08:00