radvd: bump to version 1.9.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
23465b76b4
commit
cfd9f83c1d
@ -2,6 +2,7 @@ config BR2_PACKAGE_RADVD
|
||||
bool "radvd"
|
||||
select BR2_PACKAGE_FLEX
|
||||
select BR2_PACKAGE_FLEX_LIBFL
|
||||
select BR2_PACKAGE_LIBDAEMON
|
||||
depends on BR2_INET_IPV6
|
||||
help
|
||||
IPv6 Router Advertisement Daemon.
|
||||
|
@ -1,31 +0,0 @@
|
||||
From ce34738107678cb76e3da34cd16dc9a34d8dd242 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Korsgaard <jacmet@sunsite.dk>
|
||||
Date: Mon, 18 Jun 2012 23:12:05 +0200
|
||||
Subject: [PATCH] configure.ac: fix bashism
|
||||
|
||||
'==' is a bashism, breaking configure on systems where /bin/sh isn't bash
|
||||
(E.G. Ubuntu). Fixes:
|
||||
|
||||
http://autobuild.buildroot.net/results/c3d0d04f8b3df63b3206cecf54dfdd67a4c7ccfb/build-end.log
|
||||
|
||||
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 3ab6667..c3b907b 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -176,7 +176,7 @@ dnl Checks for library functions.
|
||||
AC_CHECK_FUNCS(getopt_long)
|
||||
|
||||
CONDITIONAL_SOURCES="device-${arch}.${OBJEXT} ${CONDITIONAL_SOURCES}"
|
||||
-if test x${arch} == xlinux ; then
|
||||
+if test x${arch} = xlinux ; then
|
||||
CONDITIONAL_SOURCES="privsep-${arch}.${OBJEXT} ${CONDITIONAL_SOURCES}"
|
||||
AC_DEFINE(USE_PRIVSEP, 1, [Use privsep])
|
||||
fi
|
||||
--
|
||||
1.7.10
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
RADVD_VERSION = 1.8.5
|
||||
RADVD_VERSION = 1.9.1
|
||||
RADVD_SITE = http://www.litech.org/radvd/dist
|
||||
RADVD_DEPENDENCIES = flex host-flex
|
||||
RADVD_DEPENDENCIES = flex libdaemon host-flex host-pkg-config
|
||||
RADVD_AUTORECONF = YES
|
||||
|
||||
define RADVD_INSTALL_INITSCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user