From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add radvd to the list of packages
Date: Wed, 28 Jan 2009 21:54:41 +0100 [thread overview]
Message-ID: <874ozjup66.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <200901282131.37172.amand.tihon@alrj.org> (Amand Tihon's message of "Wed\, 28 Jan 2009 21\:31\:31 +0100")
>>>>> "Amand" == Amand Tihon <amand.tihon@alrj.org> writes:
Amand> Add radvd, the IPv6 router advertisement daemon.
Amand> Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
Amand> ---
Amand> Second try, I hope I got it right this time.
Yes, almost there ;)
Amand> --- /dev/null
Amand> +++ b/package/radvd/Config.in
Amand> @@ -0,0 +1,8 @@
Amand> +config BR2_PACKAGE_RADVD
Amand> + bool "radvd"
Amand> + select BR2_PACKAGE_FLEX
Amand> + depends on BR2_INET_IPV6
Amand> + help
Amand> + IPv6 Router Advertisement Daemon.
Amand> +
Trailing spaces here.
Amand> +++ b/package/radvd/radvd.mk
Amand> @@ -0,0 +1,23 @@
Amand> +#############################################################
Amand> +#
Amand> +# radvd
Amand> +#
Amand> +#############################################################
Amand> +RADVD_VERSION:=1.2
Amand> +RADVD_SOURCE:=radvd-$(RADVD_VERSION).tar.gz
Amand> +RADVD_SITE:=http://www.litech.org/radvd/dist/
Amand> +RADVD_AUTORECONF:=no
Amand> +RADVD_INSTALL_STAGING:=no
Amand> +RADVD_INSTALL_TARGET:=YES
Amand> +RADVD_DEPENDENCIES:=uclibc flex
Amand> +RADVD_MAKE:=$(MAKE1)
Amand> +
Amand> +$(eval $(call AUTOTARGETS,package,radvd))
Amand> +
Amand> +$(RADVD_HOOK_POST_INSTALL): $(RADVD_TARGET_INSTALL_TARGET)
Amand> + mv $(TARGET_DIR)/usr/sbin/$(ARCH)-linux-radvd \
Amand> + $(TARGET_DIR)/usr/sbin/radvd
I'm pretty sure you can get it to not prepend that to the binaries by
passing --program-prefix='' in your RADVD_CONF_OPT
Other than that it looks good.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2009-01-28 20:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-28 20:31 [Buildroot] [PATCH] Add radvd to the list of packages Amand Tihon
2009-01-28 20:54 ` Peter Korsgaard [this message]
2009-01-28 21:35 ` Amand Tihon
2009-01-28 21:39 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2009-01-27 16:57 Amand Tihon
2009-01-27 17:03 ` Peter Korsgaard
2009-01-27 21:14 ` Amand Tihon
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=874ozjup66.fsf@macbook.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 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.