Commit 3964225
committed
kernel configs: enable NFS client on the 3 kernels that lacked it (NFS rootfs)
A scan for NFS-root capability found 3 of 107 kernel configs with no NFS client
at all, so a board on those kernels can't mount an NFS root (the initramfs has no
nfs.ko to load):
- linux-rockchip-vendor (network-filesystems menu was off)
- linux-sun55iw3-syterkit-legacy (no network-filesystems lines)
- linux-sun60iw2-vendor (# CONFIG_NFS_FS is not set)
Enable CONFIG_NETWORK_FILESYSTEMS + CONFIG_NFS_FS=m (+ NFS_V3_ACL, NFS_V4),
matching the mainline configs. NFS_V3 comes on by default; the initramfs (BOOT=nfs)
brings up the NIC, so IP_PNP isn't required. Every kernel config now ships an NFS
client.
Signed-off-by: Igor Pecovnik <igor@armbian.com>1 parent eda2d0d commit 3964225
3 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
550 | 553 | | |
551 | 554 | | |
552 | 555 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
557 | 561 | | |
558 | 562 | | |
559 | 563 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7232 | 7232 | | |
7233 | 7233 | | |
7234 | 7234 | | |
7235 | | - | |
| 7235 | + | |
| 7236 | + | |
| 7237 | + | |
7236 | 7238 | | |
7237 | 7239 | | |
7238 | 7240 | | |
| |||
0 commit comments