diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 15:57:32 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 15:57:32 +0000 |
commit | db81f176add4d94b2348ea92d0e57ae31e1dd517 (patch) | |
tree | e5f52c13ad05780aa753f3389f688d3342ceb18c /packages/linux | |
parent | ba72365e84cf61c7c39f6b2d1414e31a1c2e507a (diff) |
Image description changes: packages not required for a
bootable image have been moved to the openslug.conf
file so that an image can be built without them (by
overriding the OPENSLUG_EXTRA_RDEPENDS variable.)
Image release name changed to 1.20-pre1
BKrev: 4297436cqk3HFrq4AoEgLcOBYWcbpw
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.11.2/defconfig | 10 | ||||
-rw-r--r-- | packages/linux/openslug-kernel_2.6.11.2.bb | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/packages/linux/openslug-kernel-2.6.11.2/defconfig b/packages/linux/openslug-kernel-2.6.11.2/defconfig index 85d5f732e9..b8aed8ab07 100644 --- a/packages/linux/openslug-kernel-2.6.11.2/defconfig +++ b/packages/linux/openslug-kernel-2.6.11.2/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.11.2 -# Fri Apr 8 14:02:10 2005 +# Thu May 26 13:35:59 2005 # CONFIG_ARM=y CONFIG_MMU=y @@ -160,7 +160,7 @@ CONFIG_PM=y # CONFIG_PREEMPT is not set CONFIG_APM=y # CONFIG_ARTHUR is not set -CONFIG_CMDLINE="root=/dev/ram0 rw rootfstype=ext2,jffs2 initrd=0x01000000,10M init=/linuxrc mem=32M@0x00000000 console=ttyS0,115200n8" +CONFIG_CMDLINE="root=/dev/mtdblock4 rw rootfstype=jffs2 mem=32M@0x00000000 init=/linuxrc console=ttyS0,115200n8" CONFIG_ALIGNMENT_TRAP=y # @@ -885,11 +885,11 @@ CONFIG_VIDEO_DEV=m # # File systems # -CONFIG_EXT2_FS=y +CONFIG_EXT2_FS=m # CONFIG_EXT2_FS_XATTR is not set -CONFIG_EXT3_FS=y +CONFIG_EXT3_FS=m # CONFIG_EXT3_FS_XATTR is not set -CONFIG_JBD=y +CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set diff --git a/packages/linux/openslug-kernel_2.6.11.2.bb b/packages/linux/openslug-kernel_2.6.11.2.bb index d91149dfd9..c77c5ce127 100644 --- a/packages/linux/openslug-kernel_2.6.11.2.bb +++ b/packages/linux/openslug-kernel_2.6.11.2.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r9" +PR = "r10" KERNEL_SUFFIX = "openslug" |