diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-11-28 13:43:27 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-11-28 13:43:27 +0000 |
commit | 22fdd5031ff3ae10c1a3ebd2c240b63f0b66d553 (patch) | |
tree | 65cfd0e6e466e418a2f7ebac952220b2a64a1c88 /conf/machine/include/ixp4xx.inc | |
parent | 6860927bfe9a8941209ffe2977c417b9b39b2d68 (diff) |
ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet firmware
Diffstat (limited to 'conf/machine/include/ixp4xx.inc')
-rw-r--r-- | conf/machine/include/ixp4xx.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index 81e2152bdc..04b6542470 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -2,10 +2,17 @@ #@NAME: ixp4xx #@DESCRIPTION: genric machine configuration for ixp4xx platforms -MACHINE_FEATURES = "kernel26 usbhost ext2" +# Set default for nslu2 - can be overridden for machines with other features. +MACHINE_FEATURES ?= "kernel26 usbhost ext2" +# Set defaults for nslu2 - can be overridden for machines with other requirements. +MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "ixp4xx-npe" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" + +# Set default for nslu2 - can be overridden for machines with more flash. ROOT_FLASH_SIZE ?= "12" +# Set default for nslu2, nas100d, dsmg600 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx" |