Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTS
@ 2016-07-16  9:42 Jerzy Grzegorek
  2016-07-16  9:42 ` [Buildroot] [PATCH 2/3] package/vde2: put the \ just one space after the line of _VDE2_CONF_OPTS items Jerzy Grzegorek
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jerzy Grzegorek @ 2016-07-16  9:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/vde2/vde2.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/vde2/vde2.mk b/package/vde2/vde2.mk
index d9b11bb..558d0f3 100644
--- a/package/vde2/vde2.mk
+++ b/package/vde2/vde2.mk
@@ -32,7 +32,7 @@ VDE2_CONF_OPTS = \
 	--disable-python        \
 	--disable-profile       \
 	--disable-kernel-switch \
-	--enable-tuntap         \
+	--enable-tuntap
 
 #?Package does not build in parallel due to improper make rules
 VDE2_MAKE = $(MAKE1)
@@ -44,7 +44,7 @@ HOST_VDE2_CONF_OPTS = \
 	--disable-python        \
 	--disable-profile       \
 	--disable-kernel-switch \
-	--enable-tuntap         \
+	--enable-tuntap
 
 HOST_VDE2_MAKE = $(MAKE1)
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-16  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16  9:42 [Buildroot] [PATCH 1/3] package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTS Jerzy Grzegorek
2016-07-16  9:42 ` [Buildroot] [PATCH 2/3] package/vde2: put the \ just one space after the line of _VDE2_CONF_OPTS items Jerzy Grzegorek
2016-07-16  9:42 ` [Buildroot] [PATCH 3/3] package/vde2: sort alphabetically " Jerzy Grzegorek
2016-07-16  9:54 ` [Buildroot] [PATCH 1/3] package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTS Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox