Added NFS-related modules for OpenSlug rootfs loading from NFS
authorRod Whitby <rod@whitby.id.au>
Thu, 24 Feb 2005 11:32:17 +0000 (11:32 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 24 Feb 2005 11:32:17 +0000 (11:32 +0000)
BKrev: 421dbb41zceDHNT0rqLyNK5rJ5MjIw

packages/linux/openslug-kernel-2.6.9/defconfig
packages/linux/openslug-kernel_2.6.9.bb
packages/meta/openslug-image.bb

index e8d319f..bbd9f9e 100644 (file)
@@ -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
index da9c2c1..970c991 100644 (file)
@@ -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"
 
index 4a9fa19..a58f3d7 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r3"
+PR = "r4"
 
 IMAGE_BASENAME = "openslug"
 
@@ -19,10 +19,11 @@ DEPENDS = "base-files base-passwd-3.5.7 \
 IPKG_INSTALL = "base-files base-passwd \
         busybox dropbear initscripts netbase \
         update-modules sysvinit tinylogin lrzsz portmap \
-        ixp4xx-csr ixp425-eth  openslug-init \
+        ixp4xx-csr ixp425-eth openslug-init \
         ipkg-collateral ipkg ipkg-link \
        cpio findutils e2fsprogs-mke2fs \
        e2fsprogs-fsck e2fsprogs-e2fsck \
+       kernel-module-nfs kernel-module-sunrpc kernel-module-lockd  \
         ${OPENSLUG_EXTRA_INSTALL}"
 
 inherit image_ipk