diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-wireless/iwl2030-ucode-18.168.6.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-wireless/iwl2030-ucode-18.168.6.1 new file mode 100644 index 0000000000..410dc9ee6a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-wireless/iwl2030-ucode-18.168.6.1 @@ -0,0 +1,9 @@ +DEFINED_PHASES=compile install +DEPEND=|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 ) +DESCRIPTION=Intel (R) Wireless WiFi Advanced N 2030 ucode +HOMEPAGE=http://intellinuxwireless.org/?p=iwlwifi +KEYWORDS=amd64 x86 +LICENSE=ipw3945 +SLOT=0 +SRC_URI=http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-2030-ucode-18.168.6.1.tgz +_md5_=50a545de7668943517afb5891dc8f2d6 diff --git a/sdk_container/src/third_party/portage-stable/net-wireless/iwl2030-ucode/Manifest b/sdk_container/src/third_party/portage-stable/net-wireless/iwl2030-ucode/Manifest new file mode 100644 index 0000000000..cb02bb8848 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-wireless/iwl2030-ucode/Manifest @@ -0,0 +1 @@ +DIST iwlwifi-2030-ucode-18.168.6.1.tgz 349851 RMD160 798e6902a5f0d582fa629630f18246d175d595da SHA1 7440e4454d7c9295ad3393188a18bcf115455121 SHA256 c867d2ebc1c3e3880245893a74bd4aa20599125c142def971f663a43d695c92c diff --git a/sdk_container/src/third_party/portage-stable/net-wireless/iwl2030-ucode/iwl2030-ucode-18.168.6.1.ebuild b/sdk_container/src/third_party/portage-stable/net-wireless/iwl2030-ucode/iwl2030-ucode-18.168.6.1.ebuild new file mode 100644 index 0000000000..227b0ad5d6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-wireless/iwl2030-ucode/iwl2030-ucode-18.168.6.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl2030-ucode/iwl2030-ucode-18.168.6.1.ebuild,v 1.1 2012/06/12 19:15:48 vapier Exp $ + +MY_PN="iwlwifi-2030-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Advanced N 2030 ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="ipw3945" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" +RDEPEND="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { :; } + +src_install() { + insinto /lib/firmware + doins iwlwifi-2030-6.ucode + + dodoc README* +}