[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

Jan Steffens heftig at archlinux.org
Fri Jan 1 06:09:11 UTC 2021


    Date: Friday, January 1, 2021 @ 06:09:11
  Author: heftig
Revision: 405159

Reenable MTD_PHRAM

Can be used with syslinux's memdiskfind to mount a filesystem image.

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

----------+
 PKGBUILD |    2 +-
 config   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-01 05:59:43 UTC (rev 405158)
+++ PKGBUILD	2021-01-01 06:09:11 UTC (rev 405159)
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-            'f0a85a354928be2039da32fc978198a972acbf98661b6674173b629337258421')
+            'e7ff33a0bcd53f832dc577f9aa83043e987cd903628922cdfc4d23cc45927056')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===================================================================
--- config	2021-01-01 05:59:43 UTC (rev 405158)
+++ config	2021-01-01 06:09:11 UTC (rev 405159)
@@ -2323,7 +2323,7 @@
 # CONFIG_MTD_MCHP23K256 is not set
 # CONFIG_MTD_SST25L is not set
 # CONFIG_MTD_SLRAM is not set
-# CONFIG_MTD_PHRAM is not set
+CONFIG_MTD_PHRAM=m
 # CONFIG_MTD_MTDRAM is not set
 CONFIG_MTD_BLOCK2MTD=m
 



More information about the arch-commits mailing list