1
0
Fork 0

sys-kernel/linux-ilsudria: Add kernel for Ilsudria

master
Dustin 2017-06-24 15:59:38 -05:00
parent 93af5c5b3d
commit 26b266ae6f
3 changed files with 3015 additions and 0 deletions

View File

@ -0,0 +1,2 @@
AUX linux-ilsudria-4.9.16.kconfig 78579 SHA256 df43166513cafd8a7a9624e21c170e4b0dd0ac95944fe278d412ba9da460c4be SHA512 45f036530f63d96fefefd8976a73887ac8a4d48358ea58efff2173cd6dca65d87aadaf1a9534221bdddf5897e40367895f78022aec8d396c79e804c29389a068 WHIRLPOOL f8e059d89fc0cfac5c5f361669d0a7da8847508df8ff17bb5cb789c1d43c7a26f2b32c079f331c403c9cf65835986329d3a592bb1dfa94332a2caa9fb604b561
EBUILD linux-ilsudria-4.9.16.ebuild 299 SHA256 09e33cd7cf6982fe0847f8f7ee933d3828ce33855a89b0dad32068ed9449ea05 SHA512 31ee0632201e8267d30a3862f5f1ff6406b77e3c7b67097771da5a2615e7e913bdd54b9b79cb5c9eb237d0d9755c71167a4b3f23768241ffd671983a9e854c3c WHIRLPOOL b27b7f7ce6836adba48a2d910e55509271e10d33a010cd793534a4c371bea4bee221403ac1ce11fb30fb170babc971f5eff94923d5682f3a3b4aa8dc5087969c

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,18 @@
# Copyright 1999-2017 Dustin C. Hatch
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit dchkernel
DESCRIPTION="Kernel for ${PN#*-}"
HOMEPAGE=""
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="modules"
DEPEND="app-arch/lz4
sys-kernel/linux-firmware"