* [Buildroot] [PATCH] board/intel: galileo: Enable Linux kernel root file system on NFS
@ 2023-02-09 17:20 Bin Meng
2023-08-10 21:02 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bin Meng @ 2023-02-09 17:20 UTC (permalink / raw)
To: Nicholas Sielicki, Thomas Petazzoni, buildroot; +Cc: Bin Meng
From: Bin Meng <bmeng@tinylab.org>
Update linux-3.14.config for Galileo to enable Linux kernel root
file system on NFS.
Signed-off-by: Bin Meng <bmeng@tinylab.org>
---
board/intel/galileo/linux-3.14.config | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/board/intel/galileo/linux-3.14.config b/board/intel/galileo/linux-3.14.config
index e7aa9cf232..c658afb88e 100644
--- a/board/intel/galileo/linux-3.14.config
+++ b/board/intel/galileo/linux-3.14.config
@@ -154,9 +154,9 @@ CONFIG_TUN=y
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SMSC is not set
-CONFIG_STMMAC_ETH=m
+CONFIG_STMMAC_ETH=y
# CONFIG_STMMAC_PLATFORM is not set
-CONFIG_STMMAC_PCI=m
+CONFIG_STMMAC_PCI=y
# CONFIG_NET_VENDOR_SUN is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
@@ -306,3 +306,6 @@ CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
# CONFIG_VIRTUALIZATION is not set
CONFIG_CRC_T10DIF=y
+CONFIG_NFS_FS=y
+CONFIG_ROOT_NFS=y
+CONFIG_IP_PNP=y
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] board/intel: galileo: Enable Linux kernel root file system on NFS
2023-02-09 17:20 [Buildroot] [PATCH] board/intel: galileo: Enable Linux kernel root file system on NFS Bin Meng
@ 2023-08-10 21:02 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-10 21:02 UTC (permalink / raw)
To: Bin Meng; +Cc: Bin Meng, Nicholas Sielicki, buildroot
On Fri, 10 Feb 2023 01:20:02 +0800
Bin Meng <bmeng.cn@gmail.com> wrote:
> From: Bin Meng <bmeng@tinylab.org>
>
> Update linux-3.14.config for Galileo to enable Linux kernel root
> file system on NFS.
>
> Signed-off-by: Bin Meng <bmeng@tinylab.org>
> ---
Thanks, I have applied to our next branch. However, the
galileo_defconfig is really old, still using a 3.14 kernel. Any chance
to update this to something reasonably modern?
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-10 21:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-09 17:20 [Buildroot] [PATCH] board/intel: galileo: Enable Linux kernel root file system on NFS Bin Meng
2023-08-10 21:02 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.