radvd: bump version

Closes #1489

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Alexander Clouter 2010-04-06 07:43:03 +02:00 committed by Peter Korsgaard
parent 6cdcc4d7d8
commit 07f155c174
3 changed files with 3 additions and 5 deletions

View File

@ -43,6 +43,7 @@
#1441: Add binutils 2.20.1
#1447: Package installation on target with debug symbols is broken
#1459: Misc QA fixes
#1489: radvd update to 1.6
2010.02, Release February 26th, 2010:

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_RADVD
bool "radvd"
select BR2_PACKAGE_FLEX
select BR2_PACKAGE_FLEX_LIBFL
depends on BR2_INET_IPV6
help
IPv6 Router Advertisement Daemon.

View File

@ -3,14 +3,10 @@
# radvd
#
#############################################################
RADVD_VERSION:=1.5
RADVD_VERSION:=1.6
RADVD_SOURCE:=radvd-$(RADVD_VERSION).tar.gz
RADVD_SITE:=http://www.litech.org/radvd/dist/
RADVD_AUTORECONF:=no
RADVD_INSTALL_STAGING:=no
RADVD_INSTALL_TARGET:=YES
RADVD_DEPENDENCIES:=flex host-flex
RADVD_MAKE:=$(MAKE1)
RADVD_CONF_OPT:= --program-prefix=''
$(eval $(call AUTOTARGETS,package,radvd))