summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman/ethernet_default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/connman/connman/ethernet_default.patch')
-rw-r--r--meta/recipes-connectivity/connman/connman/ethernet_default.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-connectivity/connman/connman/ethernet_default.patch b/meta/recipes-connectivity/connman/connman/ethernet_default.patch
deleted file mode 100644
index 6dae2aa0c8..0000000000
--- a/meta/recipes-connectivity/connman/connman/ethernet_default.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1Default to enabling the ethernet interface. If we don't do this, connman
2will shut down all the networking when it starts without any configuration
3which is usualy not what the users expects. This is particularly
4problematic with our qemu images and runtime testing using qemu.
5
6Upstream-Status: Inappropriate [Configuration]
7
8RP 2011/12/12
9
10Index: git/src/storage.c
11===================================================================
12--- git.orig/src/storage.c 2011-12-12 16:14:10.892316565 +0000
13+++ git/src/storage.c 2011-12-12 16:14:13.788316431 +0000
14@@ -367,7 +367,7 @@
15 "Enable", FALSE);
16
17 g_key_file_set_boolean(keyfile, "Wired",
18- "Enable", FALSE);
19+ "Enable", TRUE);
20
21 g_key_file_set_boolean(keyfile, "3G",
22 "Enable", FALSE);