All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] odhcp6c: new package
Date: Mon,  2 Feb 2015 16:39:27 +0100	[thread overview]
Message-ID: <1422891567-14861-1-git-send-email-patrickdepinguin@gmail.com> (raw)

From: Alexander Clouter <alex+buildroot@digriz.org.uk>

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)
---
 package/Config.in          |  1 +
 package/odhcp6c/Config.in  | 11 +++++++++++
 package/odhcp6c/odhcp6c.mk | 12 ++++++++++++
 3 files changed, 24 insertions(+)
 create mode 100644 package/odhcp6c/Config.in
 create mode 100644 package/odhcp6c/odhcp6c.mk

diff --git a/package/Config.in b/package/Config.in
index bcd1481..0f5836b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -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"
diff --git a/package/odhcp6c/Config.in b/package/odhcp6c/Config.in
new file mode 100644
index 0000000..92de0e5
--- /dev/null
+++ b/package/odhcp6c/Config.in
@@ -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
diff --git a/package/odhcp6c/odhcp6c.mk b/package/odhcp6c/odhcp6c.mk
new file mode 100644
index 0000000..db963e0
--- /dev/null
+++ b/package/odhcp6c/odhcp6c.mk
@@ -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))
-- 
1.8.5.1

             reply	other threads:[~2015-02-02 15:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 15:39 Thomas De Schampheleire [this message]
2015-02-02 15:42 ` [Buildroot] [PATCH] odhcp6c: new package Thomas De Schampheleire
2015-02-02 17:01 ` Alexander Clouter
2015-02-02 22:10 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2015-01-18 16:56 Alexander Clouter
2015-02-02 15:42 ` Thomas De Schampheleire

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422891567-14861-1-git-send-email-patrickdepinguin@gmail.com \
    --to=patrickdepinguin@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.