Commit 4656f570 authored by Alexander Clouter's avatar Alexander Clouter Committed by Peter Korsgaard
Browse files

odhcp6c: new package



Signed-off-by: default avatarAlexander Clouter <alex+buildroot@digriz.org.uk>
[ThomasDS: needs ipv6; rewrap package/odhcp6c/Config.in]
Signed-off-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Tested-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
(compile-tested on x86/glibc, armel/glibc, armel/uclibc)
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 5027ca58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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
+12 −0
Original line number Diff line number Diff line
################################################################################
#
# odhcp6c
#
################################################################################

ODHCP6C_VERSION = c42e34111e19bd435dc4b5bb3ba81224ea214314
ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
ODHCP6C_LICENSE = GPLv2
ODHCP6C_LICENSE_FILES = COPYING

$(eval $(cmake-package))