aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-2.6.24
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2009-10-06 11:45:32 +0200
committerSteffen Sledz <sledz@dresearch.de>2009-10-06 11:45:32 +0200
commit1c7fac5c2ade328c197973fdaa717efe44c2532c (patch)
tree739bd9f04ed178d33e09a4c530bf14b1f0270cc1 /recipes/linux/linux-2.6.24
parent06c06f67c72891d4022ad53cc44ddc1242a87d9b (diff)
downloadopenembedded-1c7fac5c2ade328c197973fdaa717efe44c2532c.tar.gz
linux-2.6.24: enable root nfs support for hipox machine
Diffstat (limited to 'recipes/linux/linux-2.6.24')
-rw-r--r--recipes/linux/linux-2.6.24/hipox/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig
index a1482fbf4b..657d2f3ce4 100644
--- a/recipes/linux/linux-2.6.24/hipox/defconfig
+++ b/recipes/linux/linux-2.6.24/hipox/defconfig
@@ -332,7 +332,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=y
+CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
@@ -1201,6 +1204,7 @@ CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_DIRECTIO=y
# CONFIG_NFSD is not set
+CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y