diff options
Diffstat (limited to 'sys-kernel/linux-raspberry2/linux-raspberry2-4.10.13-r1.ebuild')
-rw-r--r-- | sys-kernel/linux-raspberry2/linux-raspberry2-4.10.13-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-kernel/linux-raspberry2/linux-raspberry2-4.10.13-r1.ebuild b/sys-kernel/linux-raspberry2/linux-raspberry2-4.10.13-r1.ebuild deleted file mode 100644 index 46f61ff..0000000 --- a/sys-kernel/linux-raspberry2/linux-raspberry2-4.10.13-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -GIT_REV="b957be36d793c59c5a12d1f00419c253d38dde1f" - -DESCRIPTION="Linux kernel" -HOMEPAGE="http://kernel.org/" -SRC_URI="https://codeload.github.com/raspberrypi/linux/zip/${GIT_REV}.zip -> ${P}.zip" -S="${WORKDIR}/linux-${GIT_REV}" - -LICENSE="GPLv2" -SLOT="0" -KEYWORDS="-* arm" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - emake bcm2709_defconfig - emake oldconfig -} - -src_install() { - emake zinstall modules_install dtbs_install INSTALL_PATH="${D}" INSTALL_MOD_PATH="${D}" -} |