summaryrefslogtreecommitdiffstats
path: root/package/vde2/vde2.mk
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-12-24 08:54:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-24 11:41:05 +0100
commit38f09d6873436cfe4606ae32adbe4ac99bb8ad61 (patch)
tree6643ba4b0a47bf0532a20a26e2f3e62ac683a640 /package/vde2/vde2.mk
parent7163d7f5e7af3540a95455c871f2caa87061ab93 (diff)
downloadbuildroot-38f09d6873436cfe4606ae32adbe4ac99bb8ad61.tar.gz
buildroot-38f09d6873436cfe4606ae32adbe4ac99bb8ad61.zip
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vde2/vde2.mk')
-rw-r--r--package/vde2/vde2.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/package/vde2/vde2.mk b/package/vde2/vde2.mk
index c8bcfae77a..f4a8c84616 100644
--- a/package/vde2/vde2.mk
+++ b/package/vde2/vde2.mk
@@ -25,13 +25,14 @@ VDE2_AUTORECONF = YES
#
# Note: disabled features can be added with corresponding dependencies
# in future commits.
-VDE2_CONF_OPTS = --disable-experimental \
- --disable-cryptcab \
- --disable-pcap \
- --disable-python \
- --disable-profile \
- --disable-kernel-switch \
- --enable-tuntap \
+VDE2_CONF_OPTS = \
+ --disable-experimental \
+ --disable-cryptcab \
+ --disable-pcap \
+ --disable-python \
+ --disable-profile \
+ --disable-kernel-switch \
+ --enable-tuntap \
# Package does not build in parallel due to improper make rules
VDE2_MAKE = $(MAKE1)
OpenPOWER on IntegriCloud