diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-16 01:32:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-16 01:32:22 +0000 |
commit | 979da4dafc99a9e841ea59ef5a08025ae2ff7d75 (patch) | |
tree | bb02289cc47c0f12c351b9fe01113d3e26386c41 /conf/machine/nas100d.conf | |
parent | 4dc537b8e9653b8929ea3806dfb6f60839171547 (diff) |
ixp4xx-kernel: create generic and machine specific images/packages in 2.6.15
- the generic ixp4xx-kernel package now creates the same generic kernel
regardless of how MACHINE is set, it then appends shims to the kernel
to obtain machine specific kernels and produces packages of the results.
Still TBD is the command line fixup.
The generic command line is the nslu2 one, this is a temporary hack
to keep the NSLU2 build working.
Diffstat (limited to 'conf/machine/nas100d.conf')
-rw-r--r-- | conf/machine/nas100d.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/nas100d.conf b/conf/machine/nas100d.conf index a628841878..29a3b04f5f 100644 --- a/conf/machine/nas100d.conf +++ b/conf/machine/nas100d.conf @@ -3,9 +3,3 @@ #@DESCRIPTION: Machine configuration for the Iomega NAS 100d product include conf/machine/include/ixp4xx.conf - -# The correct settings for the NAS100D board: -CMDLINE_ROOT = "root=/dev/mtdblock2 rw rootfstype=jffs2 mem=64M@0x00000000 init=/linuxrc" -# This following means the kernel will only run on a NAS100D board: -IXP4XX_SUFFIX = "${MACHINE}${ARCH_BYTE_SEX}" -IXP4XX_MACHID = "865" |