aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2014-01-03 18:42:28 +0100
committerMartin Dietze <mdietze@gmail.com>2014-01-03 18:42:28 +0100
commit5ba44f359a9bf200f1912d7ab4e431002411159b (patch)
treeaac4c7e8f666a79aa91996d8a56c28a3b4e129cf
parentb7a871238d9afa79ee6741d496ed23031bb3c6ab (diff)
downloadopenembedded-5ba44f359a9bf200f1912d7ab4e431002411159b.tar.gz
Added forgotten patch.
-rw-r--r--recipes/nylon/files/ath-to-wlan.diff27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/nylon/files/ath-to-wlan.diff b/recipes/nylon/files/ath-to-wlan.diff
new file mode 100644
index 0000000000..d0c1945782
--- /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"