From 4cb659823ba8f8631d623a870695c79ba352a6ad Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 17 Oct 2008 15:32:01 +0000 Subject: Enables support for root over NFS in the linux-moblin defconfig git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5538 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../linux/linux-moblin-2.6.27-rc6/defconfig-eee901 | 31 +++++++++++++++++----- meta/packages/linux/linux-moblin_2.6.27-rc6.bb | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/meta/packages/linux/linux-moblin-2.6.27-rc6/defconfig-eee901 b/meta/packages/linux/linux-moblin-2.6.27-rc6/defconfig-eee901 index 02c1a32f8a..b2b3cb0c3e 100644 --- a/meta/packages/linux/linux-moblin-2.6.27-rc6/defconfig-eee901 +++ b/meta/packages/linux/linux-moblin-2.6.27-rc6/defconfig-eee901 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.27-rc6 -# Thu Oct 9 14:48:08 2008 +# Thu Oct 9 20:10:11 2008 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -449,7 +449,10 @@ CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y -# CONFIG_IP_PNP is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_BOOTP is not set +# CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set CONFIG_IP_MROUTE=y @@ -981,7 +984,7 @@ CONFIG_ICPLUS_PHY=m CONFIG_REALTEK_PHY=m CONFIG_MDIO_BITBANG=m CONFIG_NET_ETHERNET=y -CONFIG_MII=m +CONFIG_MII=y CONFIG_HAPPYMEAL=m CONFIG_SUNGEM=m CONFIG_CASSINI=m @@ -1014,8 +1017,8 @@ CONFIG_NETDEV_1000=y # CONFIG_TIGON3 is not set # CONFIG_BNX2 is not set # CONFIG_QLA3XXX is not set -CONFIG_ATL1=m -CONFIG_ATL1E=m +CONFIG_ATL1=y +CONFIG_ATL1E=y # CONFIG_NETDEV_10000 is not set # CONFIG_TR is not set @@ -2117,8 +2120,22 @@ CONFIG_CONFIGFS_FS=m # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y -# CONFIG_NFS_FS is not set -# CONFIG_NFSD is not set +CONFIG_NFS_FS=y +CONFIG_NFS_V3=y +# CONFIG_NFS_V3_ACL is not set +# CONFIG_NFS_V4 is not set +CONFIG_ROOT_NFS=y +CONFIG_NFSD=y +CONFIG_NFSD_V3=y +# CONFIG_NFSD_V3_ACL is not set +# CONFIG_NFSD_V4 is not set +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_EXPORTFS=y +CONFIG_NFS_COMMON=y +CONFIG_SUNRPC=y +# CONFIG_RPCSEC_GSS_KRB5 is not set +# CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set diff --git a/meta/packages/linux/linux-moblin_2.6.27-rc6.bb b/meta/packages/linux/linux-moblin_2.6.27-rc6.bb index aae5b1502e..31c5ab7edc 100644 --- a/meta/packages/linux/linux-moblin_2.6.27-rc6.bb +++ b/meta/packages/linux/linux-moblin_2.6.27-rc6.bb @@ -1,6 +1,6 @@ require linux-moblin.inc -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_eee901 = "1" -- cgit v1.2.3-54-g00ecf