diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-24 11:32:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-24 11:32:17 +0000 |
commit | 487b97bd54f28685ddc279a819492ee57f41946d (patch) | |
tree | f6ffa62e844ec7217f882c36b29280ee6368eae7 /packages/linux | |
parent | 16f07eedce13ef8c5c0762a81de94095c43c4306 (diff) |
Added NFS-related modules for OpenSlug rootfs loading from NFS
BKrev: 421dbb41zceDHNT0rqLyNK5rJ5MjIw
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.9/defconfig | 6 | ||||
-rw-r--r-- | packages/linux/openslug-kernel_2.6.9.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/openslug-kernel-2.6.9/defconfig b/packages/linux/openslug-kernel-2.6.9/defconfig index e8d319fa1f..bbd9f9e542 100644 --- a/packages/linux/openslug-kernel-2.6.9/defconfig +++ b/packages/linux/openslug-kernel-2.6.9/defconfig @@ -606,7 +606,7 @@ CONFIG_SCSI_QLA2XXX=m # # Input device support # -# CONFIG_INPUT is not set +CONFIG_INPUT=m # # Userland interfaces @@ -857,13 +857,13 @@ CONFIG_NFS_FS=m CONFIG_NFS_V3=y # CONFIG_NFS_V4 is not set # CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFSD is not set +CONFIG_NFSD=m CONFIG_LOCKD=m CONFIG_LOCKD_V4=y # CONFIG_EXPORTFS is not set CONFIG_SUNRPC=m # CONFIG_RPCSEC_GSS_KRB5 is not set -# CONFIG_SMB_FS is not set +CONFIG_SMB_FS=m # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set diff --git a/packages/linux/openslug-kernel_2.6.9.bb b/packages/linux/openslug-kernel_2.6.9.bb index da9c2c1874..970c991006 100644 --- a/packages/linux/openslug-kernel_2.6.9.bb +++ b/packages/linux/openslug-kernel_2.6.9.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r5" +PR = "r6" KERNEL_SUFFIX = "openslug" |