[oe-commits] Martin Dietze : Added forgotten patch.

git at git.openembedded.org git at git.openembedded.org
Sun Mar 2 10:44:13 UTC 2014


Module: openembedded.git
Branch: mdietze/nylon
Commit: 5ba44f359a9bf200f1912d7ab4e431002411159b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=5ba44f359a9bf200f1912d7ab4e431002411159b

Author: Martin Dietze <mdietze at gmail.com>
Date:   Fri Jan  3 18:42:28 2014 +0100

Added forgotten patch.

---

 recipes/nylon/files/ath-to-wlan.diff | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/recipes/nylon/files/ath-to-wlan.diff b/recipes/nylon/files/ath-to-wlan.diff
new file mode 100644
index 0000000..d0c1945
--- /dev/null
+++ b/recipes/nylon/files/ath-to-wlan.diff
@@ -0,0 +1,27 @@
+--- nylon-scripts/etc/nylon/interfaces.conf-orig	2013-03-02 17:40:29.000000000 +0100
++++ nylon-scripts/etc/nylon/interfaces.conf	2013-03-02 17:41:04.000000000 +0100
+@@ -4,18 +4,18 @@
+ 
+ #
+ # which physical interfaces do we have
+-# default: "eth0 ath0 ath1"
++# default: "eth0 wlan0 wlan1"
+ #
+-INTERFACES="eth0 ath0 ath1"
++INTERFACES="eth0 wlan0 wlan1"
+ 
+ #
+ # interface serving the clients
+-# default ath0
++# default wlan0
+ #
+-WLANIF_CLIENT="ath0"
++WLANIF_CLIENT="wlan0"
+ 
+ #
+ # interface for the mesh
+-# default: ath1
++# default: wlan1
+ #
+-WLANIF_MESH="ath1"
++WLANIF_MESH="wlan1"



More information about the Openembedded-commits mailing list