odhcp6c: new package

Signed-off-by: Alexander Clouter <alex+buildroot@digriz.org.uk>
[ThomasDS: needs ipv6; rewrap package/odhcp6c/Config.in]
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
(compile-tested on x86/glibc, armel/glibc, armel/uclibc)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Alexander Clouter 2015-02-02 16:39:27 +01:00 committed by Peter Korsgaard
parent 5027ca582f
commit 4656f570fc
3 changed files with 24 additions and 0 deletions

View File

@ -1135,6 +1135,7 @@ endif
source "package/noip/Config.in"
source "package/ntp/Config.in"
source "package/nuttcp/Config.in"
source "package/odhcp6c/Config.in"
source "package/odhcploc/Config.in"
source "package/olsr/Config.in"
source "package/openntpd/Config.in"

11
package/odhcp6c/Config.in Normal file
View File

@ -0,0 +1,11 @@
comment "odhcp6c needs a toolchain w/ IPv6"
depends on !BR2_INET_IPV6
config BR2_PACKAGE_ODHCP6C
bool "odhcp6c"
depends on BR2_INET_IPV6
help
odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux
systems, especially routers.
https://github.com/sbyx/odhcp6c

View File

@ -0,0 +1,12 @@
################################################################################
#
# odhcp6c
#
################################################################################
ODHCP6C_VERSION = c42e34111e19bd435dc4b5bb3ba81224ea214314
ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
ODHCP6C_LICENSE = GPLv2
ODHCP6C_LICENSE_FILES = COPYING
$(eval $(cmake-package))