We rox da house, dude, this /lib/firmware is da pimp daddy of the bomb latest and greatest and now we use it. ++.

a few things were blockers and removed and replaced by better firmware.  let me know if there are any collisions I didn't fix
This commit is contained in:
Zero_Chaos 2009-07-30 21:58:26 +00:00
parent c8b2b8c880
commit 2d90edb35b
4 changed files with 29 additions and 3 deletions

View file

@ -16,4 +16,4 @@ DIST compat-wireless-2.6.30.tar.bz2 1677694 RMD160 814840138db96509a1e2bf35c6168
DIST compat-wireless-2.6.31-rc4.tar.bz2 1837069 RMD160 1f54bc55f06db5052dfa7a012f26066a787e4ec5 SHA1 8aef7bacf403b7eff313e7992ec07d20f9d37ac5 SHA256 9f0f58775872a950be6a0e11e6687f4a31e1566a2da568e0534de1589bbdd0ff
EBUILD compat-wireless-2.6.30.ebuild 3389 RMD160 1eea3ef67a627df083f65bc84d62439bd0c12b12 SHA1 8f143cc406d583fafad08332e02a9552f290d75c SHA256 0a08cd49f0c4a4d1fef41dcaf7906c179cbb23a7193a6708e0f3f3901b71c115
EBUILD compat-wireless-2.6.30_rc6.ebuild 3324 RMD160 d6372701d7ae635497eefb0b7ead25ea8c71fd4a SHA1 82565ba3f3a61ab7c1a17f2b159e24e5e71b708e SHA256 d3ab1be0727d5566ae1d2769874418119bf3884a217ccf03e03fa26c6786b6ce
EBUILD compat-wireless-2.6.31_rc4.ebuild 1836 RMD160 ff487a43c796c2d759ed6507372ff9153bb92699 SHA1 7cd08df4e6ddc009d11b082523e98f4244fa6a0f SHA256 75b0eda287817bd955592c154de53964bb032cd0d4e0e3f26971f904d4c69eaf
EBUILD compat-wireless-2.6.31_rc4.ebuild 1870 RMD160 cedc86347c7de7d49cd4b34d2b845c9f041ef710 SHA1 e09d300dfa6a62203f0cf00391cb4a4c545c71b8 SHA256 50eba76a3108702c0f609732efe1caa18d59451da03d67f58f2a07b88dd311a5

View file

@ -15,7 +15,7 @@ SRC_URI="http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.30/${MY
inherit linux-mod linux-info
DEPEND=""
DEPEND="=sys-kernel/linux-firmware-99999999"
LICENSE="GPL-2"
SLOT="0"
@ -36,7 +36,7 @@ src_compile() {
if use injection; then epatch "${FILESDIR}"/400[024]_*.patch; fi
# if use injection; then epatch "${FILESDIR}"/4012_*.patch; fi
epatch "${FILESDIR}"/whynot-2.6.31.patch
# epatch "${FILESDIR}"/rtl8187-led-blink_possibly-final.patch
epatch "${FILESDIR}"/rtl8187-led-blink_possibly-final.patch
addpredict "${KERNEL_DIR}"
# addpredict /lib/modules/"${KV_FULL}"
# sed -e 's/(MAKE)/(MAKE) ARCH=$(ARCH)/g' -i Makefile

View file

@ -0,0 +1 @@
EBUILD linux-firmware-99999999.ebuild 787 RMD160 66b0f04ff256e8c2186fe6d46f6a333274a3a60b SHA1 8fe73f0f7a21a04f8e160d27db28c3b5addcedb2 SHA256 c9948bdd87dc6834976dfcf557a25c5fe3515a0b14f442911bc670d6fcabec7c

View file

@ -0,0 +1,25 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20090421.ebuild,v 1.2 2009/04/21 20:46:04 mr_bones_ Exp $
DESCRIPTION="Linux firmware files"
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/dwmw2/firmware"
SRC_URI=""
inherit git
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="!net-wireless/iwl3945-ucode
!net-wireless/ralink-firmware
!net-wireless/iwl4965-ucode
!net-wireless/iwl5000-ucode"
#probably I should add more here but... whatever
src_install() {
dodir /lib/firmware
cp -R "${S}/"* "${D}lib/firmware/" || die "Install failed!"
}