* [Buildroot] [PATCH] busbybox 1.22.1: add nc patch
@ 2014-02-27 20:57 Gustavo Zacarias
2014-03-01 13:49 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-02-27 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch
diff --git a/package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch b/package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch
new file mode 100644
index 0000000..1ddb483
--- /dev/null
+++ b/package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch
@@ -0,0 +1,15 @@
+--- busybox-1.22.1/networking/nc_bloaty.c
++++ busybox-1.22.1-nc/networking/nc_bloaty.c
+@@ -175,9 +175,9 @@ enum {
+ OPT_w = (1 << 5),
+ OPT_l = (1 << 6) * ENABLE_NC_SERVER,
+ OPT_k = (1 << 7) * ENABLE_NC_SERVER,
+- OPT_i = (1 << (7+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA,
+- OPT_o = (1 << (8+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA,
+- OPT_z = (1 << (9+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA,
++ OPT_i = (1 << (6+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA,
++ OPT_o = (1 << (7+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA,
++ OPT_z = (1 << (8+2*ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA,
+ };
+
+ #define o_nflag (option_mask32 & OPT_n)
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] busbybox 1.22.1: add nc patch
2014-02-27 20:57 [Buildroot] [PATCH] busbybox 1.22.1: add nc patch Gustavo Zacarias
@ 2014-03-01 13:49 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-01 13:49 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 27 Feb 2014 17:57:32 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 package/busybox/1.22.1/0005-busybox-1.22.1-nc.patch
Applied, after fixing the minor typo in the commit title.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-01 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 20:57 [Buildroot] [PATCH] busbybox 1.22.1: add nc patch Gustavo Zacarias
2014-03-01 13:49 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox