diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-20 21:43:22 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-20 21:43:22 +0000 |
commit | 6cb76ba15d0254186c4e174e7aa70231d7c0cffc (patch) | |
tree | 576087c867206e51f62efce1828fa8e29e7c12b0 /packages/linux | |
parent | bcde5f5add25043038d6a67e8abc59aaba8bc6bf (diff) |
Enabled DEVFS for Unslung standard - 4.3-alpha
BKrev: 4219047ad__HK5c7G5hCK0XS5XnALw
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/unslung-kernel-2.3r25/defconfig | 2 | ||||
-rw-r--r-- | packages/linux/unslung-standard-kernel_2.3r25.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/unslung-kernel-2.3r25/defconfig b/packages/linux/unslung-kernel-2.3r25/defconfig index 2c1b6406f3..c997bb8dc9 100644 --- a/packages/linux/unslung-kernel-2.3r25/defconfig +++ b/packages/linux/unslung-kernel-2.3r25/defconfig @@ -747,7 +747,7 @@ CONFIG_RAMFS=y # CONFIG_NTFS_RW is not set # CONFIG_HPFS_FS is not set CONFIG_PROC_FS=y -# CONFIG_DEVFS_FS is not set +CONFIG_DEVFS_FS=y # CONFIG_DEVFS_MOUNT is not set # CONFIG_DEVFS_DEBUG is not set CONFIG_DEVPTS_FS=y diff --git a/packages/linux/unslung-standard-kernel_2.3r25.bb b/packages/linux/unslung-standard-kernel_2.3r25.bb index 0645f82111..890ee3fffd 100644 --- a/packages/linux/unslung-standard-kernel_2.3r25.bb +++ b/packages/linux/unslung-standard-kernel_2.3r25.bb @@ -4,7 +4,7 @@ include nslu2-linksys-kernel_2.4.22.bb DESCRIPTION = "Unslung kernel for the Linksys NSLU2 device" MAINTAINER = "NSLU2 Linux <www.nlsu2-linux.org>" -PR = "r8" +PR = "r9" UNSLUNG_VARIANT ?= "standard" KERNEL_SUFFIX = "unslung-${UNSLUNG_VARIANT}" |