diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-02 09:19:02 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-02 09:19:02 +0000 |
commit | 7633bda2ba77ed03f25e1ce430395c8ed42634de (patch) | |
tree | 34258c4ec4ca2402ec1035c04daf57ad56798846 | |
parent | 825a459f8b398b0e4cee15a8b3090cc66b03d47f (diff) |
ixp4xx.inc: Add redboot and apex features, and build a .tar.gz rootfs for direct disk booting.
-rw-r--r-- | conf/machine/include/ixp4xx.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index bc3b49c7c1..743b7ad362 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -3,7 +3,7 @@ #@DESCRIPTION: genric machine configuration for ixp4xx platforms # Set default for nslu2 - can be overridden for machines with other features. -MACHINE_FEATURES ?= "kernel26 usbhost ext2" +MACHINE_FEATURES ?= "kernel26 usbhost ext2 redboot apex" PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx" PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.6+svnr${SRCREV}" @@ -21,9 +21,12 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= " \ kernel-module-via-velocity \ " -# Set default for nslu2 - can be overridden for machines with more flash. +# Set default for 16MB machines - can be overridden for more or less flash. ROOT_FLASH_SIZE ?= "12" +# Allow for rootfs loaded direct from internal hard disk +IMAGE_FSTYPES ?= "jffs2 tar.gz" + # Set default for nslu2, nas100d, dsmg600 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" |