diff options
Diffstat (limited to 'net-wireless/tiwlan-wl1271-firmware/tiwlan-wl1271-firmware-0.24.9.1.ebuild')
-rw-r--r-- | net-wireless/tiwlan-wl1271-firmware/tiwlan-wl1271-firmware-0.24.9.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-wireless/tiwlan-wl1271-firmware/tiwlan-wl1271-firmware-0.24.9.1.ebuild b/net-wireless/tiwlan-wl1271-firmware/tiwlan-wl1271-firmware-0.24.9.1.ebuild deleted file mode 100644 index eb00465..0000000 --- a/net-wireless/tiwlan-wl1271-firmware/tiwlan-wl1271-firmware-0.24.9.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/zd1211-firmware/zd1211-firmware-1.4.ebuild,v 1.2 2007/11/03 12:03:19 dsd Exp $ - -DESCRIPTION="Firmware for Texas Instruments WiLinkTM solution (WL1271)" - -HOMEPAGE="https://gforge.ti.com/gf/project/wilink_drivers/" -SRC_URI="https://launchpad.net/~tiomap-dev/+archive/release/+files/tiwlan-wl1271-firmware_${PV}.orig.tar.gz" - - -LICENSE="TI-TSPA-v1" -SLOT="0" -KEYWORDS="arm" - -IUSE="" -DEPEND="" - - -src_install() { -# cd "${S}" - insinto /lib/firmware/tiwlan-wl1271 - doins firmware/firmware.bin -} |