diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-11 17:11:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-11 17:11:56 +0000 |
commit | 685ac6bcfbdbe1890c47eefdcb96b7903e013595 (patch) | |
tree | 7e93c6e3cf173be4878201a24351723ffc7a0fb2 /conf/machine | |
parent | 2b8d6d7c246759913efb718d5417910f1336ed02 (diff) |
nas100d.conf: Enable LE fixup for the ixp4xx kernel.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/nas100d.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/nas100d.conf b/conf/machine/nas100d.conf index 4798c23c28..f99b601628 100644 --- a/conf/machine/nas100d.conf +++ b/conf/machine/nas100d.conf @@ -11,3 +11,4 @@ USE_VT = "0" CMDLINE_ROOT = "root=/dev/mtdblock2 rw rootfstype=jffs2 mem=64M@0x00000000 init=/linuxrc" IXP4XX_SUFFIX = "${MACHINE}${BYTE_SEX_CHAR}" IXP4XX_MACHID = "865" +IXP4XX_LEFIXUP = "1" |