From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] smcroute: new package
Date: Sun, 15 Dec 2013 21:15:20 +0100 [thread overview]
Message-ID: <8738ltvpk7.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1386872059-28046-1-git-send-email-mlweber1@rockwellcollins.com> (Matt Weber's message of "Thu, 12 Dec 2013 12:14:19 -0600")
>>>>> "Matt" == Matt Weber <mlweber1@rockwellcollins.com> writes:
> Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
> Signed-off-by: Sean Gerhardt <sagerhar@rockwellcollins.com>
> ---
> package/Config.in | 1 +
> package/smcroute/Config.in | 11 +++++++++++
> package/smcroute/smcroute.mk | 15 +++++++++++++++
> 3 files changed, 27 insertions(+), 0 deletions(-)
> create mode 100755 package/smcroute/Config.in
> create mode 100755 package/smcroute/smcroute.mk
> diff --git a/package/Config.in b/package/Config.in
> index 40c9e31..fd04224 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -880,6 +880,7 @@ source "package/rtptools/Config.in"
> source "package/samba/Config.in"
> source "package/sconeserver/Config.in"
> source "package/ser2net/Config.in"
> +source "package/smcroute/Config.in"
> source "package/socat/Config.in"
> source "package/socketcand/Config.in"
> source "package/spawn-fcgi/Config.in"
> diff --git a/package/smcroute/Config.in b/package/smcroute/Config.in
> new file mode 100755
> index 0000000..a66cb94
> --- /dev/null
> +++ b/package/smcroute/Config.in
> @@ -0,0 +1,11 @@
> +config BR2_PACKAGE_SMCROUTE
> + bool "smcroute"
> + help
> + SMCRoute is a command line tool to manipulate the multicast
> + routes of a UNI kernel. It supports both IPv4 and IPv6 multicast
I guess that 'UNI' should be 'UNIX'?
> + routing. SMCRoute can be used as an alternative to dynamic
> + multicast routers like mrouted or pimd in setups where static
> + multicast routes should be maintained and/or no proper IGMP or
> + MLD signaling exists.
> +
> + https://github.com/troglobit/smcroute
It looks like it needs to depend on BR2_INET_IPV6:
CC mcgroup.o
mcgroup.c: In function 'mcgroup_join_leave_ipv6':
mcgroup.c:119:31: error: 'IPV6_JOIN_GROUP' undeclared (first use in this function)
mcgroup.c:119:31: note: each undeclared identifier is reported only once for each function it appears in
mcgroup.c:119:49: error: 'IPV6_LEAVE_GROUP' undeclared (first use in this function)
make[2]: *** [mcgroup.o] Error 1
make[2]: Leaving directory `/home/peko/source/buildroot/output/build/smcroute-1.99.2/src'
Also don't forget to add a comment if IPV6 isn't available.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-12-15 20:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 18:14 [Buildroot] [PATCH 1/1] smcroute: new package Matt Weber
2013-12-15 20:15 ` Peter Korsgaard [this message]
2013-12-16 14:03 ` mlweber1 at rockwellcollins.com
2013-12-15 20:34 ` Thomas De Schampheleire
2013-12-16 14:07 ` mlweber1 at rockwellcollins.com
2013-12-16 15:25 ` Thomas De Schampheleire
2013-12-16 15:35 ` mlweber1 at rockwellcollins.com
2013-12-16 16:33 ` mlweber1 at rockwellcollins.com
2013-12-16 16:39 ` Thomas De Schampheleire
2013-12-17 2:18 ` mlweber1 at rockwellcollins.com
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=8738ltvpk7.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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