You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
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>
4 years ago
..
base-files base-files: remove urandom-seed definition 4 years ago
boot ath79: add support for the Netgear WNDRMAC v1 4 years ago
devel kernel: fix portability issue with perf on linux 5.4 4 years ago
firmware ipq40xx: add support for EnGenius EMR3500 4 years ago
kernel mac80211: fix use of local variable 4 years ago
libs libnetfilter-queue: fix package title and description 4 years ago
network dropbear: fix compilation for uClibc 4 years ago
system urandom-seed: update Makefile 4 years ago
utils exfat-utils: move into packages feed 4 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago