aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2013-03-02 17:57:09 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:57:09 +0100
commite2c6cadfa26868cab88af89acab4071b94e30153 (patch)
treeafcc5df20800ceb38597224bb83caebe61358d35
parent5f31b43b3ad830dcc4286ed2c87b396c2e8037a6 (diff)
downloadopenembedded-e2c6cadfa26868cab88af89acab4071b94e30153.tar.gz
nylon: fixed the names of default wlan devices.
-rw-r--r--recipes/nylon/nylon-config.bb2
-rw-r--r--recipes/nylon/nylon-scripts_cvs.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/nylon/nylon-config.bb b/recipes/nylon/nylon-config.bb
index d1648184e0..5094aa9ede 100644
--- a/recipes/nylon/nylon-config.bb
+++ b/recipes/nylon/nylon-config.bb
@@ -31,7 +31,7 @@ ln -s /etc/ppp/resolv.conf /etc/resolv.conf
update-rc.d factorydefaults start 90 2 .
# "fix" /etc/network/interfaces
-perl -I /srv/www/cgi-bin -MConfig::IFace -e '$w=new Config::IFace(); $v = $w->read(); $v->{auto} = {0=>"lo",1=>eth0,2=>"wlan0",3=>"wlan1",4=>"ath0",5=>"ath1"}; $w->write($v)'
+perl -I /srv/www/cgi-bin -MConfig::IFace -e '$w=new Config::IFace(); $v = $w->read(); $v->{auto} = {0=>"lo",1=>eth0,2=>"wlan0",3=>"wlan1"}; $w->write($v)'
update-rc.d busybox-httpd start 40 2 3 4 5 .
/etc/init.d/busybox-httpd stop || true
diff --git a/recipes/nylon/nylon-scripts_cvs.bb b/recipes/nylon/nylon-scripts_cvs.bb
index 63946a0485..829928276b 100644
--- a/recipes/nylon/nylon-scripts_cvs.bb
+++ b/recipes/nylon/nylon-scripts_cvs.bb
@@ -13,7 +13,8 @@ RDEPENDS = "bash"
SRC_URI = "http://download.berlin.freifunk.net/meshcube.org/nylon/stable/sources/${PN}_gruen.4g__${SRCDATE}.tar.gz \
file://firewall-bash.diff;patch=1 \
file://wireless-acl-bash.diff;patch=1 \
- file://wireless-extras-bash.diff;patch=1"
+ file://wireless-extras-bash.diff;patch=1 \
+ file://ath-to-wlan.diff;patch=1"
S = "${WORKDIR}/${PN}"
INHIBIT_PACKAGE_STRIP = "1"