summaryrefslogtreecommitdiffstats
path: root/package/dhcpcd/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* blackfin: 2012R2 toolchain is gone, remove kludgesMaxime Hadjinlian2015-10-041-2/+0
| | | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: needs kernel headers >= 3.1Peter Korsgaard2015-05-131-2/+4
| | | | | | | | | | | | | | commit dfbfa6ef (dhcpcd: blacklist Sourcery PowerPC toolchains) blacklisted specific toolchains, but the issue is actually that the kernel headers before 3.1 didn't define sa_family_t, so instead require 3.1+ headers. The specific kernel change fixing the headers is: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6602a4baf4d1a73cc The only reverse dependency of dhcpcd (network-manager) already needs 3.7+, so this dependency doesn't need to be propagated. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpcd: blacklist Sourcery PowerPC toolchainsBaruch Siach2014-12-311-0/+2
| | | | | | | | | | | | | | | The linux/socket.h header in these toolchains is broken as described in commit f5866484ffe (libnftnl: exclude for CS PPC toolchains). Fixes: http://autobuild.buildroot.net/results/d92/d92e7f2af0e64bc40f7b5c9ea081471de98bf8e8/ http://autobuild.buildroot.net/results/e97/e97e980a2f1e0ff4138a6dc03d86ad3ff0973e4a/ http://autobuild.buildroot.net/results/ca3/ca32c4de8b645c96cedb80b6270a792e9601ad84/ and some more. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: refer to the actual homepageBaruch Siach2014-06-291-1/+1
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: bump to version 6.4.0Gustavo Zacarias2014-06-181-8/+1
| | | | | | | Now with support for static builds. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpcd: disable on static library buildsThomas Petazzoni2014-02-211-0/+6
| | | | | | | | | | | | dhcpcd uses dlopen(), so it is not compatible with pure static library builds. Fixes: http://autobuild.buildroot.net/results/512/51249e8d3487e17bb6a60a99dcbd461f7b591eac/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpcd: bump to version 6.1.0Gustavo Zacarias2013-11-101-5/+3
| | | | | | | Now has proper support for nommu and non-IPv6. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpcd: needs MMUThomas Petazzoni2013-11-041-0/+1
| | | | | | | | | | | | | | | | | dhcpcd fails to build on non-MMU platforms, even with the --disable-fork option: bind.o: In function `_daemonise': bind.c:(.text+0x62): undefined reference to `_fork' collect2: ld returned 1 exit status Therefore, we make dhcpcd depend on MMU support, and remove the non-MMU condition in the .mk file. More recent versions of dhcpcd do support non-MMU properly, but this commit intends to be only a fix. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Samuel Martin <s.martin49@gmail.com>
* Config.in files: unify comments of toolchain option dependenciesThomas De Schampheleire2013-10-141-1/+1
| | | | | | | | This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpcd: new packageJohn Stile2013-06-181-0/+10
Dhcpcd is an RFC2131 compliant DHCP client. [Peter: needs ipv6, fix whitespace/file header] Signed-off-by: John Stile <john@stilen.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud