From 5ba44f359a9bf200f1912d7ab4e431002411159b Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Fri, 3 Jan 2014 18:42:28 +0100 Subject: Added forgotten patch. --- recipes/nylon/files/ath-to-wlan.diff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes/nylon/files/ath-to-wlan.diff (limited to 'recipes') 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" -- cgit 1.2.3-korg