From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] unionfs: new package
Date: Wed, 11 Jan 2012 15:51:16 +0100 [thread overview]
Message-ID: <87ty429tsr.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1326291119-24184-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Wed, 11 Jan 2012 11:11:58 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Add the unionfs FUSE unification filesystem.
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/Config.in | 1 +
Gustavo> package/unionfs/Config.in | 12 ++++++++++++
Gustavo> package/unionfs/unionfs-make-mandir.patch | 15 +++++++++++++++
Gustavo> package/unionfs/unionfs.mk | 20 ++++++++++++++++++++
Gustavo> 4 files changed, 48 insertions(+), 0 deletions(-)
Gustavo> create mode 100644 package/unionfs/Config.in
Gustavo> create mode 100644 package/unionfs/unionfs-make-mandir.patch
Gustavo> create mode 100644 package/unionfs/unionfs.mk
Gustavo> diff --git a/package/Config.in b/package/Config.in
Gustavo> index 6c8a9ed..5016dc7 100644
Gustavo> --- a/package/Config.in
Gustavo> +++ b/package/Config.in
Gustavo> @@ -212,6 +212,7 @@ source "package/sysstat/Config.in"
Gustavo> source "package/ti-utils/Config.in"
Gustavo> source "package/uboot-tools/Config.in"
Gustavo> source "package/udev/Config.in"
Gustavo> +source "package/unionfs/Config.in"
Gustavo> source "package/usb_modeswitch/Config.in"
Gustavo> source "package/usbmount/Config.in"
Gustavo> source "package/usbutils/Config.in"
Gustavo> diff --git a/package/unionfs/Config.in b/package/unionfs/Config.in
Gustavo> new file mode 100644
Gustavo> index 0000000..0c330c9
Gustavo> --- /dev/null
Gustavo> +++ b/package/unionfs/Config.in
Gustavo> @@ -0,0 +1,12 @@
Gustavo> +config BR2_PACKAGE_UNIONFS
Gustavo> + bool "unionfs (FUSE)"
Gustavo> + select BR2_PACKAGE_LIBFUSE
Gustavo> + depends on BR2_LARGEFILE
Gustavo> + help
Gustavo> +
This line shouldn't be here.
Gustavo> + A userspace unionfs implementation.
Gustavo> +
Gustavo> + http://http://podgorny.cz/moin/UnionFsFuse
And a http:// too many.
Other than that it looks good, committed - Thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2012-01-11 14:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-11 14:11 [Buildroot] [PATCH 1/2] unionfs: new package Gustavo Zacarias
2012-01-11 14:11 ` [Buildroot] [PATCH 2/2] sshfs: bump to version 2.3, adjust SITE and description Gustavo Zacarias
2012-01-11 15:16 ` Peter Korsgaard
2012-01-11 14:51 ` Peter Korsgaard [this message]
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=87ty429tsr.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.