Skip to content

Commit

Permalink
update: linux-sm8250
Browse files Browse the repository at this point in the history
  • Loading branch information
silime authored Sep 21, 2024
1 parent 3539ede commit 71a475f
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 15,236 deletions.
16 changes: 7 additions & 9 deletions linux-sm8250/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Maintainer: Ray Sherwin <[email protected]>

_rcver=6.11
_rcrel=4
_rcrel=0
pkgbase=linux-sm8250
_commit=2c2ca6dcfd85a5d87a224d8fcf6e648f47e7b224
_commit=886d6f589d596fe893d7cd94a6e7694ec2c12330
_srcname=linux-${_commit}

_kernelname=${pkgbase#linux}
Expand All @@ -22,18 +22,16 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip')
source=("https://github.com/silime/linux/archive/${_commit}.tar.gz"
'linux-sm8250.preset'
'linux-sm8250.install'
# '60-linux.hook'
# '90-linux.hook'
'logo_linux_clut224.ppm'
'config-diff-manjaro'
'config'
)

md5sums=('SKIP'
'86d4a35722b5410e3b29fc92dae15d4b'
'7f7ddadea6f4a7d3017380cb83b95b5e'
'397adb298db7c5691a47c7260bebdea6'
'5e8c0d2350f782b0ace801cc7892d48a')
'a46f336d5c5088d47d7fa6b0eb6b3522'
'4263008e001e101676aa76ba0efc8ba2')

prepare() {
cd "${srcdir}/${_srcname}"
Expand All @@ -46,9 +44,9 @@ prepare() {
sed -i '2iexit 0' scripts/depmod.sh

# Add Manjaro Mascot for cpu core count at boot
cp ../logo_linux_clut224.ppm drivers/video/logo/
#cp ../logo_linux_clut224.ppm drivers/video/logo/
cat "${srcdir}/config" > .config
cat ../config-diff-manjaro >> .config
#cat ../config-diff-manjaro >> .config
}

build() {
Expand Down
Loading

0 comments on commit 71a475f

Please sign in to comment.