From: Alexander Clouter <alex+buildroot@digriz.org.uk>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] odhcp6c: new package
Date: Sun, 18 Jan 2015 16:56:30 +0000 [thread overview]
Message-ID: <20150118165630.GS27361@marmot> (raw)
Signed-off-by: Alexander Clouter <alex+buildroot@digriz.org.uk>
--
package/Config.in | 1 +
package/odhcp6c/Config.in | 7 +++++++
package/odhcp6c/odhcp6c.mk | 12 ++++++++++++
3 files changed, 20 insertions(+)
diff --git a/package/Config.in b/package/Config.in
index 266de13..b9805dc 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1123,6 +1123,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..8155f47
--- /dev/null
+++ b/package/odhcp6c/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_ODHCP6C
+ bool "odhcp6c"
+ 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))
next reply other threads:[~2015-01-18 16:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-18 16:56 Alexander Clouter [this message]
2015-02-02 15:42 ` [Buildroot] [PATCH] odhcp6c: new package Thomas De Schampheleire
-- strict thread matches above, loose matches on Subject: below --
2015-02-02 15:39 Thomas De Schampheleire
2015-02-02 15:42 ` Thomas De Schampheleire
2015-02-02 17:01 ` Alexander Clouter
2015-02-02 22:10 ` Peter Korsgaard
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=20150118165630.GS27361@marmot \
--to=alex+buildroot@digriz.org.uk \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox