From 22fdd5031ff3ae10c1a3ebd2c240b63f0b66d553 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 28 Nov 2007 13:43:27 +0000 Subject: [PATCH] ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet firmware --- conf/machine/include/ixp4xx.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" -- 2.39.5