Commit 07f155c1 authored by Alexander Clouter's avatar Alexander Clouter Committed by Peter Korsgaard
Browse files

radvd: bump version



Closes #1489

Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6cdcc4d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:

+1 −0
Original line number Diff line number Diff line
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.
+1 −5
Original line number Diff line number Diff line
@@ -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))