diff options
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r-- | net/ipw-firmware/Makefile | 2 | ||||
-rw-r--r-- | net/ipw-firmware/files/ipw.sh.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 7038b001158f..d36e6a92ae07 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME?= ipw-firmware RELNAME?= ipw2100 PORTVERSION?= 1.3 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/ipw diff --git a/net/ipw-firmware/files/ipw.sh.in b/net/ipw-firmware/files/ipw.sh.in index 9eedb74fde58..ba950ad99db2 100644 --- a/net/ipw-firmware/files/ipw.sh.in +++ b/net/ipw-firmware/files/ipw.sh.in @@ -51,7 +51,6 @@ command="%%PREFIX%%/sbin/%%DRIVERNAME%%control" eval _file=\$_%%DRIVERNAME%%_file_${i} echo -n " [${i}:${_mode:=bss}]" ${command} -i ${i} -f %%FWDIR%%/${_file} - ifconfig ${i} up done echo "." } |