Driver for USB 802.11 devices using Conexant chipsets (see www.prism54.org).
PR: ports/92063 Submitted by: Sebastien Bourdeauducq <lekernel@prism54.org>
This commit is contained in:
parent
5bc2b70b04
commit
7b3a022c0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154188
6 changed files with 59 additions and 0 deletions
|
@ -428,6 +428,7 @@
|
|||
SUBDIR += ortp
|
||||
SUBDIR += osrtspproxy
|
||||
SUBDIR += ossp-sa
|
||||
SUBDIR += p54u
|
||||
SUBDIR += p5-AddressBook
|
||||
SUBDIR += p5-Archie
|
||||
SUBDIR += p5-EasyTCP
|
||||
|
|
37
net/p54u/Makefile
Normal file
37
net/p54u/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Ports collection makefile for: p54u
|
||||
# Date created: 20 January 2006
|
||||
# Whom: Sebastien Bourdeauducq <lekernel@prism54.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= p54u
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.prism54.org/p54u/releases/
|
||||
|
||||
MAINTAINER= lekernel@prism54.org
|
||||
COMMENT= Driver for USB wireless devices with Conexant (Prism 54) chipsets
|
||||
|
||||
NO_PACKAGE= Should be in sync with the kernel to work correctly
|
||||
|
||||
USE_BZIP2= yes
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
MAN4= p54u.4
|
||||
MAN8= p54ctl.8 p54term.8
|
||||
|
||||
.if !exists(/usr/src/sys/dev/usb/usb.h)
|
||||
IGNORE= requires kernel source (/usr/src/sys) to build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= is not supported on FreeBSD 5.X and older
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/p54u/distinfo
Normal file
3
net/p54u/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (p54u-0.8.tar.bz2) = 8a35f1f5a0a5f86f008ffab13168be08
|
||||
SHA256 (p54u-0.8.tar.bz2) = ca2bfde01007e15a51cf9880217c670c7110859ce5a510d247c6997cc3ebb2d2
|
||||
SIZE (p54u-0.8.tar.bz2) = 53880
|
4
net/p54u/pkg-descr
Normal file
4
net/p54u/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Driver for all USB wireless devices with Conexant chipsets (ISL3880,
|
||||
ISL3886, GW3887).
|
||||
|
||||
WWW: http://www.prism54.org/
|
9
net/p54u/pkg-message
Normal file
9
net/p54u/pkg-message
Normal file
|
@ -0,0 +1,9 @@
|
|||
*****************************************************************************
|
||||
|
||||
For this driver to work, you'll need firmware files that are not distributed
|
||||
in this port because of licensing restrictions.
|
||||
|
||||
Please see http://www.prism54.org/ to get a firmware image and to find
|
||||
information about how to install it.
|
||||
|
||||
*****************************************************************************
|
5
net/p54u/pkg-plist
Normal file
5
net/p54u/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/p54u/p54u.ko
|
||||
lib/p54u/linker.hints
|
||||
bin/p54ctl
|
||||
bin/p54term
|
||||
@dirrm lib/p54u
|
Loading…
Reference in a new issue