summaryrefslogtreecommitdiff
path: root/packages/slugos-init/files/boot/network
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2008-02-12 13:42:34 +0000
committerPhilip Balister <philip@balister.org>2008-02-12 13:42:34 +0000
commit64efb6d640ada9fffcb4c98a1e4ae4f8d2bd0e9c (patch)
treec5581b96374be871d59809b2934aa791ccc5bfdf /packages/slugos-init/files/boot/network
parent73c9713cacf49f300e034bbb6b47df17caf29d4f (diff)
parent3168ff71a18d3bfa339f0ccdace03878ab2094f2 (diff)
merge of '967336334b2d3b22623c9851eb0ab8a2f5ad19c2'
and 'f1ce41fae2ee4dc6bfc75fb8d991a37869ef24d8'
Diffstat (limited to 'packages/slugos-init/files/boot/network')
-rw-r--r--packages/slugos-init/files/boot/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/slugos-init/files/boot/network b/packages/slugos-init/files/boot/network
index 8c0635d3ac..8124f19ab2 100644
--- a/packages/slugos-init/files/boot/network
+++ b/packages/slugos-init/files/boot/network
@@ -25,7 +25,7 @@ iface="$(config iface)"
test -z "$iface" && exit 1
#
# Fire up a process in the background to load the firmware if necessary
-sysf="/sys/class/firmware/$iface"
+sysf="/sys/class/firmware/firmware-$iface"
(
# Wait for the firware to be requested, if required
[ -f $sysf/loading ] || sleep 1