mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
added a patch which is basically for my evdo card (may help others too)
bumped kernel to add patch (you need to tgz up the patches) fixed kernel config for powertop to work and per powertop's recommendations added powertop to the cd blacklisted rt2870sta since we have the rt2x00 driver in compat-wireless added things we need to the kernel boot options. Sorry to do so many random things in one commit but I get a lot done on airplanes
This commit is contained in:
parent
4f7d61d362
commit
bc98f7273c
3 changed files with 32 additions and 2 deletions
|
|
@ -27,4 +27,4 @@ EBUILD pentoo-sources-2.6.29-r1.ebuild 872 RMD160 b00bcdd80c3ef0070b17fb74fb9d3c
|
|||
EBUILD pentoo-sources-2.6.29-r2.ebuild 941 RMD160 00eb4ee2fc01f71d50ddd1d02bc1e80cc86a8472 SHA1 28d260c45e0ee0baf1dcadd95b54fc3cfeb498fa SHA256 38440a6b053485d4f89365aec314af1cec3459de671bea5ef715c82842168a6b
|
||||
EBUILD pentoo-sources-2.6.29-r3.ebuild 840 RMD160 662436ca315c693575746ac85cae7870adb3786d SHA1 c8265c8e1b8f198aadafa9004917da5157068023 SHA256 e888c282782398ba7d8c1525d37eaceb4e91bc30bdcf1b0fb7887e047ef0442a
|
||||
EBUILD pentoo-sources-2.6.29-r4.ebuild 840 RMD160 a48811f5512bf6f3072593ebd23f1a17e30cfcef SHA1 68a00d70285580674e10d1d95166af0326000afc SHA256 8c31d0dfe5241547d6e34b441af006a2d866b86867db6091a1c366127df9694c
|
||||
EBUILD pentoo-sources-2.6.30.ebuild 873 RMD160 487143514302f5651b441583e1618445d4daff27 SHA1 eed8d981521f91ee73ade8193225864711755c6e SHA256 766fc7633818978de460f44975442e07c901f95e30708314e304f81b148cf6b4
|
||||
EBUILD pentoo-sources-2.6.30.ebuild 876 RMD160 131d850d9afb719fea9ca2511429c3b890fcad22 SHA1 9629bcd6bfb869475344de9c847378a7987b54e8 SHA256 5f215c37f4b7ee78147a04c85287f976a13c6423cac77e0ae50d2b5c0b752224
|
||||
|
|
|
|||
30
sys-kernel/pentoo-sources/pentoo-sources-2.6.29-r5.ebuild
Normal file
30
sys-kernel/pentoo-sources/pentoo-sources-2.6.29-r5.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
ETYPE="sources"
|
||||
K_WANT_GENPATCHES="base extras"
|
||||
K_GENPATCHES_VER="8"
|
||||
PENPATCHES_VER="2"
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
detect_arch
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
HOMEPAGE="http://dev.pentoo.ch/~grimmlin/penpatches"
|
||||
|
||||
DESCRIPTION="Full sources including the Pentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
|
||||
PENPATCHES="penpatches-${PV}-${PENPATCHES_VER}.tar.bz2"
|
||||
PENPATCHES_URI="http://dev.pentoo.ch/~grimmlin/penpatches/${PENPATCHES}"
|
||||
|
||||
UNIPATCH_LIST="${DISTDIR}/${PENPATCHES}"
|
||||
|
||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${PENPATCHES_URI}"
|
||||
|
||||
pkg_postinst() {
|
||||
kernel-2_pkg_postinst
|
||||
einfo "For more info on this patchset, and how to report problems, see:"
|
||||
einfo "${HOMEPAGE}"
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@ detect_version
|
|||
detect_arch
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
|
||||
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="-* ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
HOMEPAGE="http://dev.pentoo.ch/~grimmlin/penpatches"
|
||||
|
||||
DESCRIPTION="Full sources including the Pentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
|
|
|
|||
Loading…
Reference in a new issue