ipw2100-fw: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 18:24:17 +01:00
parent 2e2b8f8256
commit a01f47c22b
3 changed files with 15 additions and 2 deletions

View File

@ -3,4 +3,4 @@
. config/options $1
mkdir -p $INSTALL/lib/firmware
cp -PR $PKG_BUILD/* $INSTALL/lib/firmware
cp -P $PKG_BUILD/* $INSTALL/lib/firmware

View File

@ -0,0 +1,14 @@
PKG_NAME="ipw2100-fw"
PKG_VERSION="1.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="Free-to-use"
PKG_SITE="http://ipw2100.sourceforge.net/"
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS=""
PKG_PRIORITY="optional"
PKG_SECTION="linux-firmware"
PKG_SHORTDESC="ipw2100-fw: Intel PRO/Wireless 2100 Driver for Linux"
PKG_LONGDESC="This project was created by Intel to enable support for the Intel PRO/Wireless 2100 Network Connection mini PCI adapter. This project (IPW2100) is intended to be a community effort as much as is possible given some working constraints (mainly, no HW documentation is available)."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/ipw2100-fw-1.3.tar.bz2