mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTS
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
77f23c4d66
commit
1531392c83
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user