Do not support loading modules from "deviceinfo_modules_initfs" (MR 38)

This variable will dissappear from the deviceinfo at some point:
https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4169
so after it does, it would not make much sense to keep its use around
This commit is contained in:
Pablo Correa Gómez
2023-06-19 21:41:51 +02:00
committed by Clayton Craft
parent d77e1cd11d
commit 2b467eb77f
6 changed files with 14 additions and 35 deletions

View File

@@ -19,7 +19,6 @@ type DeviceInfo struct {
InitfsCompression string
InitfsExtraCompression string
MesaDriver string
ModulesInitfs string
UbootBoardname string
}