diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-qemu-include-net-net.h')
-rw-r--r-- | emulators/qemu-devel/files/patch-qemu-include-net-net.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu-devel/files/patch-qemu-include-net-net.h b/emulators/qemu-devel/files/patch-qemu-include-net-net.h index 719e8baf1210..401f91246ee1 100644 --- a/emulators/qemu-devel/files/patch-qemu-include-net-net.h +++ b/emulators/qemu-devel/files/patch-qemu-include-net-net.h @@ -10,15 +10,3 @@ Index: qemu/include/net/net.h #define DEFAULT_BRIDGE_HELPER CONFIG_QEMU_HELPERDIR "/qemu-bridge-helper" #define DEFAULT_BRIDGE_INTERFACE "br0" -Index: qemu/net/tap_int.h -@@ -29,8 +29,8 @@ - #include "qemu-common.h" - #include "qemu-option.h" - --#define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup" --#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/qemu-ifdown" -+#define DEFAULT_NETWORK_SCRIPT PREFIX "/etc/qemu-ifup" -+#define DEFAULT_NETWORK_DOWN_SCRIPT PREFIX "/etc/qemu-ifdown" - - int net_init_tap(QemuOpts *opts, Monitor *mon, const char *name, VLANState *vlan); - |