All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/vde2: sort alphabetically _VDE2_CONF_OPTS items
@ 2016-07-16  9:53 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-16  9:53 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=73e6e6aaabf68913e43aa7ab607cce5d1d98583f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/vde2/vde2.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/vde2/vde2.mk b/package/vde2/vde2.mk
index 0b86e9f..b750adb 100644
--- a/package/vde2/vde2.mk
+++ b/package/vde2/vde2.mk
@@ -26,24 +26,24 @@ VDE2_AUTORECONF = YES
 # Note: disabled features can be added with corresponding dependencies
 #       in future commits.
 VDE2_CONF_OPTS = \
-	--disable-experimental \
 	--disable-cryptcab \
+       --disable-experimental \
+       --disable-kernel-switch \
 	--disable-pcap \
-	--disable-python \
 	--disable-profile \
-	--disable-kernel-switch \
+       --disable-python \
 	--enable-tuntap
 
 #??Package does not build in parallel due to improper make rules
 VDE2_MAKE = $(MAKE1)
 
 HOST_VDE2_CONF_OPTS = \
-	--disable-experimental \
 	--disable-cryptcab \
+       --disable-experimental \
+       --disable-kernel-switch \
 	--disable-pcap \
-	--disable-python \
 	--disable-profile \
-	--disable-kernel-switch \
+       --disable-python \
 	--enable-tuntap
 
 HOST_VDE2_MAKE = $(MAKE1)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-16  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16  9:53 [Buildroot] [git commit] package/vde2: sort alphabetically _VDE2_CONF_OPTS items Thomas Petazzoni

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.