kernel: load FAT filesystem drivers before mount_root
authorTomasz Maciej Nowak <tmn505@gmail.com>
Mon, 29 Aug 2022 14:22:18 +0000 (16:22 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 7 Sep 2022 19:21:38 +0000 (21:21 +0200)
commit6c4cd857851b010eab73fdefd4ada6b23f6eb048
treeaf43708709c8ae213e413a124720b88a08d0b9a5
parenta99707d14c029cfa2d09c936418bb10316f76540
kernel: load FAT filesystem drivers before mount_root

Devices using GPT usually have FAT filesystem on boot partition and
that's where the intermediary backup of system configuration is stored
on sysupgrade. Automatic restoring of OpenWrt configuration after
sysupgrade will be inhibited if the driver is not loaded and file system
type is not specified in mount command.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
package/kernel/linux/modules/fs.mk