dhcpcd: update to 6.1.0

DHCPv6 and other features
see: http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdHistory

-update download location
-install default dhcpcd hooks script and example hooks

v2:
-add CFLAGS to configure test

configure test failed silently on OMAP because of missing CFLAGS (-mfloat-abi=hard) with
../arm-openwrt-linux-uclibcgnueabi/bin/ld: error: _getifaddrs uses VFP register arguments

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40726 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2014-05-08 00:57:47 +00:00
parent 0f909ece6b
commit ee7b071f1d
3 changed files with 21 additions and 17 deletions

View File

@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -369,7 +369,7 @@ int main(void) {
return getifaddrs(&ifap);
}
EOF
-if $XCC _getifaddrs.c -o _getifaddrs 2>/dev/null; then
+if $XCC $CFLAGS _getifaddrs.c -o _getifaddrs 2>/dev/null; then
echo "yes"
else
echo "no"