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:
parent
5027ca582f
commit
4656f570fc
@ -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
11
package/odhcp6c/Config.in
Normal 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
|
12
package/odhcp6c/odhcp6c.mk
Normal file
12
package/odhcp6c/odhcp6c.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user