main/linux-postmarketos-rockchip: enable mtd (spi flash) & autofs
Currently it is not possible to write or erase SPI flash from pmOS on PBP. (CONFIG_MTD
+ CONFIG_MTD_JEDECPROBE
for jedec-compatible flash chip). Test plan: /dev/mtd0 now exists and can be flashed with flashrom.
And also not possible to use autofs feature. (CONFIG_AUTOFS_FS
). Test plan: you can now use NFS mounts with automount feature :)
Enable them.
Edited by Administrator