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/network/services
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
..
dnsmasq dnsmasq: add /etc/dnsmasq.d/ to conffiles 4 years ago
dropbear dropbear: fix compilation for uClibc 4 years ago
ead ead: fix resource leak in tinysrp 4 years ago
hostapd hostapd: fix compilation of wpa_supplicant 4 years ago
igmpproxy igmpproxy: remove some bashism 4 years ago
ipset-dns base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/ 4 years ago
lldpd lldpd: add management IP setting 4 years ago
odhcpd odhcpd: remove bogus IPKG_INSTROOT reference 4 years ago
omcproxy omcproxy: define configuration file 5 years ago
openvpn openvpn: add generic hotplug mechanism 4 years ago
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.4 6 years ago
ppp ppp: update to version 2.4.8.git-2020-05-25 4 years ago
relayd relayd: bump to version 2020-04-25 4 years ago
uhttpd uhttpd: fix script timeout 4 years ago
umdns umdnsd: update to latest git HEAD 4 years ago
wireguard wireguard: bump to 1.0.20200623 4 years ago