mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
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:
parent
6cdcc4d7d8
commit
07f155c174
1
CHANGES
1
CHANGES
@ -43,6 +43,7 @@
|
|||||||
#1441: Add binutils 2.20.1
|
#1441: Add binutils 2.20.1
|
||||||
#1447: Package installation on target with debug symbols is broken
|
#1447: Package installation on target with debug symbols is broken
|
||||||
#1459: Misc QA fixes
|
#1459: Misc QA fixes
|
||||||
|
#1489: radvd update to 1.6
|
||||||
|
|
||||||
2010.02, Release February 26th, 2010:
|
2010.02, Release February 26th, 2010:
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_RADVD
|
config BR2_PACKAGE_RADVD
|
||||||
bool "radvd"
|
bool "radvd"
|
||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
|
select BR2_PACKAGE_FLEX_LIBFL
|
||||||
depends on BR2_INET_IPV6
|
depends on BR2_INET_IPV6
|
||||||
help
|
help
|
||||||
IPv6 Router Advertisement Daemon.
|
IPv6 Router Advertisement Daemon.
|
||||||
|
@ -3,14 +3,10 @@
|
|||||||
# radvd
|
# radvd
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
RADVD_VERSION:=1.5
|
RADVD_VERSION:=1.6
|
||||||
RADVD_SOURCE:=radvd-$(RADVD_VERSION).tar.gz
|
RADVD_SOURCE:=radvd-$(RADVD_VERSION).tar.gz
|
||||||
RADVD_SITE:=http://www.litech.org/radvd/dist/
|
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_DEPENDENCIES:=flex host-flex
|
||||||
RADVD_MAKE:=$(MAKE1)
|
|
||||||
RADVD_CONF_OPT:= --program-prefix=''
|
RADVD_CONF_OPT:= --program-prefix=''
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,radvd))
|
$(eval $(call AUTOTARGETS,package,radvd))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user