summaryrefslogtreecommitdiff
path: root/net/iwi-firmware
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-10-15 13:18:21 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-10-15 13:18:21 +0000
commitff26c71d760d89af83b62fa2ebc570a07b4a6368 (patch)
tree06851798929961e4bb636b2e84774a83866926a8 /net/iwi-firmware
parentFix IPV6 OPTIONS able to compile in BATCH mode. (diff)
- Since (ipw|iwi)control are started late in the boot process, we need to
mark interfaces as up manually. Noticed by: sem
Notes
Notes: svn path=/head/; revision=145451
Diffstat (limited to 'net/iwi-firmware')
-rw-r--r--net/iwi-firmware/Makefile2
-rw-r--r--net/iwi-firmware/files/iwi.sh.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/net/iwi-firmware/Makefile b/net/iwi-firmware/Makefile
index 9305187f7277..9b7c74be93b2 100644
--- a/net/iwi-firmware/Makefile
+++ b/net/iwi-firmware/Makefile
@@ -8,7 +8,7 @@
PORTNAME= iwi-firmware
RELNAME= ipw2200
PORTVERSION= 2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net sysutils
MAINTAINER= flz@FreeBSD.org
diff --git a/net/iwi-firmware/files/iwi.sh.in b/net/iwi-firmware/files/iwi.sh.in
index f3f2748d1e8a..602dd8efd3df 100644
--- a/net/iwi-firmware/files/iwi.sh.in
+++ b/net/iwi-firmware/files/iwi.sh.in
@@ -44,6 +44,7 @@ command="/usr/local/sbin/%%DRIVERNAME%%control"
eval _mode=\$_%%DRIVERNAME%%_file_${i}
echo -n " [${i}:${_mode:=bss}]"
${command} -i ${i} -d %%DATADIR%% -m ${_mode:=bss}
+ ifconfig ${i} up
done
echo "."
}