diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-01 22:58:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-01 22:58:42 +0000 |
commit | 5951a9d9b3cef6bf227a4e8c364132480c3e126e (patch) | |
tree | 8600d1024afbfdb3a00ad3058308f7c4189dc7c4 /sysutils | |
parent | 9c3d15da2342335769d7c14b51203b135a161e78 (diff) | |
download | pkgsrc-5951a9d9b3cef6bf227a4e8c364132480c3e126e.tar.gz |
No need to restrict ipw and iwi firmware images to NetBSD. Other systems
can use them too, after all.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipw-firmware/Makefile | 4 | ||||
-rw-r--r-- | sysutils/iwi-firmware/Makefile | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/ipw-firmware/Makefile b/sysutils/ipw-firmware/Makefile index b78a52134be..6a816f7dae7 100644 --- a/sysutils/ipw-firmware/Makefile +++ b/sysutils/ipw-firmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/08/30 00:25:04 lukem Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/01 22:58:42 joerg Exp $ DISTNAME= ipw2100-fw-1.2 PKGNAME= ipw-firmware-1.0 @@ -14,8 +14,6 @@ LICENSE= intel-ipw-license WRKSRC= ${WRKDIR} -ONLY_FOR_PLATFORM= NetBSD-*-i386 - RESTRICTED= "Intel Licensed Software: see http://ipw2100.sourceforge.net/firmware.php?fid=3" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/sysutils/iwi-firmware/Makefile b/sysutils/iwi-firmware/Makefile index d577fa901cf..87a7f59056f 100644 --- a/sysutils/iwi-firmware/Makefile +++ b/sysutils/iwi-firmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/10/29 08:46:45 scw Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/01 22:58:42 joerg Exp $ # DISTNAME= ipw2200-fw-2.3 @@ -14,9 +14,6 @@ COMMENT= Firmware binary images for iwi(4) driver LICENSE= intel-ipw-license - -ONLY_FOR_PLATFORM= NetBSD-*-* - RESTRICTED= "Intel Licensed Software: see http://ipw2200.sourceforge.net/firmware.php?fid=5" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |