Commit 5c52a10a authored by Seblu's avatar Seblu
Browse files

Trust CPU and bootloader RNG seeding

parent dfb88b26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ install=linux-seblu.install
source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.4-rc6'
        "config.$CARCH")
md5sums=('SKIP'
         '1321394629918b8dbc7f105d134b7e76')
         '54250a5fcb2ac46698cb59c98150daba')

pkgver() {
  cd linux
+2 −2
Original line number Diff line number Diff line
@@ -3547,8 +3547,8 @@ CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set
# end of Character devices

# CONFIG_RANDOM_TRUST_CPU is not set
# CONFIG_RANDOM_TRUST_BOOTLOADER is not set
CONFIG_RANDOM_TRUST_CPU=y
CONFIG_RANDOM_TRUST_BOOTLOADER=y

#
# I2C support