Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent e738a09 commit 906b387
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# Maintainer: Ray Sherwin <[email protected]>

pkgbase=linux-rpi4
_commit=b654c77c1dc1f57d92a2f014bdcd8cb9d4f51640
_commit=4ff654e437ab356b86fc0df4665997886b94e6ec
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi 4 64-bit kernel"
pkgver=6.6.26
pkgver=6.6.28
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
Expand All @@ -22,8 +22,8 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
'90-linux.hook'
'logo_linux_clut224.ppm')

md5sums=('f57aa493e8051d9587ded718d11c59ff'
'08df69c5db29327fc476137f510f5d54'
md5sums=('74aaecb73f040fb1c1aaff098736f9e3'
'0b0f4656a491d13963f4b781edcc8a12'
'38c88d6d573cef3309960a6162b7d3c7'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'0a98f67d3354d5a2f9fe1a62a0c0839c'
Expand Down
15 changes: 10 additions & 5 deletions pkgbuild/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.6.26 Kernel Configuration
# Linux/arm64 6.6.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -1887,6 +1887,7 @@ CONFIG_PCIE_BRCMSTB=y
#
# Generic Driver Options
#
CONFIG_AUXILIARY_BUS=y
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
Expand Down Expand Up @@ -2519,6 +2520,7 @@ CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_HE is not set
# CONFIG_ATM_SOLOS is not set
CONFIG_ETHERNET=y
CONFIG_MDIO=m
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
Expand Down Expand Up @@ -2612,15 +2614,18 @@ CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IGB is not set
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
# CONFIG_IGBVF is not set
# CONFIG_IXGBE is not set
CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_IPSEC=y
# CONFIG_IXGBEVF is not set
# CONFIG_I40E is not set
CONFIG_I40E=m
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
CONFIG_IGC=m
# CONFIG_JME is not set
CONFIG_NET_VENDOR_ADI=y
CONFIG_NET_VENDOR_LITEX=y
Expand Down

0 comments on commit 906b387

Please sign in to comment.