aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-04-04 17:41:27 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-04-04 17:41:27 +0200
commit3a360fac229ee0c00b5f90391c5518cd08a61f54 (patch)
tree5f742dffb068530053c5e3d3c66c77460c2d1bf3 /recipes
parent7c27c6a05307740e657b0069d59ddf9b8b256db9 (diff)
downloadopenembedded-3a360fac229ee0c00b5f90391c5518cd08a61f54.tar.gz
linux-omap_2.6.29: added building nfsd module
Diffstat (limited to 'recipes')
-rw-r--r--recipes/linux/linux-omap-2.6.29/beagleboard/defconfig9
-rw-r--r--recipes/linux/linux-omap_2.6.29.bb2
2 files changed, 8 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
index a86cd5bed8..eb36c0d481 100644
--- a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
+++ b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29-omap1
-# Thu Apr 2 20:45:56 2009
+# Sat Apr 4 14:17:07 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1975,10 +1975,15 @@ CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
-# CONFIG_NFSD is not set
+CONFIG_NFSD=m
+CONFIG_NFSD_V2_ACL=y
+CONFIG_NFSD_V3=y
+CONFIG_NFSD_V3_ACL=y
+CONFIG_NFSD_V4=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
+CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index ded981cb8a..64f077aad7 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -9,7 +9,7 @@ DEFAULT_PREFERENCE = "-1"
SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022"
-PR = "r6+gitr${SRCREV}"
+PR = "r7+gitr${SRCREV}"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"