aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-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"