[Buildroot] [git commit branch/next] board/intel/galileo: enable Linux kernel root file system on NFS

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Aug 10 21:01:49 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=5a75e7dbbc302f2d631b83d0d1ea45be9f617724
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Update linux-3.14.config for Galileo to enable Linux kernel root
file system on NFS.

Signed-off-by: Bin Meng <bmeng at tinylab.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 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



More information about the buildroot mailing list