diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-05-20 23:08:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-05-20 23:08:36 +0100 |
commit | 810bbbe4a98b59212796e93260fbff72976f87fe (patch) | |
tree | 5ac11d659ec77827d8d57dea69d28e67b812aac5 /sys-kernel/linux-redcore/linux-redcore-4.8.16.ebuild | |
parent | 39ea08f4dafd9f4ba0f0c23ea5105fafccc45a97 (diff) |
linux-redcore : drop v4.8.16 && v4.9.20...bump to v.4.9.29
Diffstat (limited to 'sys-kernel/linux-redcore/linux-redcore-4.8.16.ebuild')
-rw-r--r-- | sys-kernel/linux-redcore/linux-redcore-4.8.16.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-kernel/linux-redcore/linux-redcore-4.8.16.ebuild b/sys-kernel/linux-redcore/linux-redcore-4.8.16.ebuild deleted file mode 100644 index 33b6f7c0..00000000 --- a/sys-kernel/linux-redcore/linux-redcore-4.8.16.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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="20160331" -K_ROGKERNEL_FORCE_SUBLEVEL="16" -K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0" - -_ver="$(get_version_component_range 1-2)" -if use arm; then - K_KERNEL_IMAGE_NAME="uImage dtbs" -elif [ "${_ver}" = "3.9" ]; then - K_ROGKERNEL_ZFS="1" -fi -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" |