package/vde2: sort alphabetically _VDE2_CONF_OPTS items

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2016-07-16 11:42:34 +02:00 committed by Thomas Petazzoni
parent 7abd7059e9
commit 73e6e6aaab

View file

@ -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)