summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-05 18:53:50 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-05 18:53:50 +0100
commite83ef4814e9ccf84f15542aa44cf6e0e8efb7b30 (patch)
tree45bd3dac025870a8e3ae699bd7251cb79e8223fd /sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild
parenta5a95f19b3cfb5173f6e03923b9ebb0589446b9b (diff)
sys-kernel/linux-{redcore}-sources : bump to v4.9.40 && v4.12.4
Diffstat (limited to 'sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild')
-rw-r--r--sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild b/sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild
new file mode 100644
index 00000000..85beff94
--- /dev/null
+++ b/sys-kernel/linux-redcore/linux-redcore-4.12.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2004-2013 Sabayon Linux
+# Copyright 2015 Kogaion
+# Copyright 2016 Redcore Linux
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator
+
+K_ROGKERNEL_SELF_TARBALL_NAME="redcore"
+K_REQUIRED_LINUX_FIRMWARE_VER="20170314"
+K_ROGKERNEL_FORCE_SUBLEVEL="4"
+K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0"
+K_KERNEL_NEW_VERSIONING="1"
+
+K_MKIMAGE_RAMDISK_ADDRESS="0x81000000"
+K_MKIMAGE_RAMDISK_ENTRYPOINT="0x00000000"
+K_MKIMAGE_KERNEL_ADDRESS="0x80008000"
+
+inherit redcore-kernel
+
+KEYWORDS="amd64 x86"
+DESCRIPTION="Official Redcore Linux Standard kernel image"
+RESTRICT="mirror"