diff options
-rw-r--r-- | packages/linux/openslug-kernel-2.6.9/defconfig | 6 | ||||
-rw-r--r-- | packages/linux/openslug-kernel_2.6.9.bb | 2 | ||||
-rw-r--r-- | packages/meta/openslug-image.bb | 5 |
3 files changed, 7 insertions, 6 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" diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb index 4a9fa19163..a58f3d7c2d 100644 --- a/packages/meta/openslug-image.bb +++ b/packages/meta/openslug-image.bb @@ -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 |