diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-08-08 12:59:16 +0200 | 
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-08-08 12:59:16 +0200 | 
| commit | b90fa2fef9deb2d278b4a84f0d329a15202e7ccb (patch) | |
| tree | 61c5f637a225e03a4f70f430a1de319d39f68285 /PKGBUILD | |
| parent | 6e78227a286eedfe71481c315d0d6537e7b0e583 (diff) | |
| download | linux-raspberrypi4-b90fa2fef9deb2d278b4a84f0d329a15202e7ccb.tar.gz linux-raspberrypi4-b90fa2fef9deb2d278b4a84f0d329a15202e7ccb.tar.bz2 linux-raspberrypi4-b90fa2fef9deb2d278b4a84f0d329a15202e7ccb.zip | |
Disabled debugfs and removed cmdline.txt.
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 8 | 
1 files changed, 2 insertions, 6 deletions
| @@ -2,7 +2,7 @@  pkgbase=linux-raspberrypi4  pkgver=5.19.0.rpi2 -pkgrel=1 +pkgrel=2  pkgdesc='Raspberry Pi 4 Linux'  _srctag=v${pkgver%.*}-${pkgver##*.}  url="https://git.kent-dobias.com/system/linux/log/?h=$_srctag" @@ -20,7 +20,6 @@ _srcname=raspberrypi4-linux  source=(    "$_srcname::git+https://git.kent-dobias.com/system/linux?signed#tag=$_srctag"    config -  cmdline.txt  )  validpgpkeys=(    'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds @@ -29,8 +28,7 @@ validpgpkeys=(    '0E3A444DD0760E65901BF59679E824090BD31086'  # Jaron Kent-Dobias  )  sha256sums=('SKIP' -            '24c6e444087820447151903089c9cd3d121881fba821801554801bde64c1189e' -            '4525594b37c19582ccbcbaa70c92f344fb752c58bbdd24eebc888282c7fc3a05') +            'afead850a6e0df75a2a12400cf105cd19e22724683a3656937fd39cb0d60a1a5')  export KBUILD_BUILD_HOST=archlinux  export KBUILD_BUILD_USER=$pkgbase @@ -102,8 +100,6 @@ _package() {    # remove build and source links    rm "$modulesdir"/{source,build} - -  install -m644 ../cmdline.txt "${pkgdir}/boot/cmdline.txt"  }  pkgname=("$pkgbase") | 
