nslu2 machine configs: do not inherit machine-specific image class
authorMike Westerhof <mwester@dls.net>
Sat, 2 May 2009 07:06:48 +0000 (02:06 -0500)
committerMike Westerhof <mwester@dls.net>
Sat, 2 May 2009 07:06:48 +0000 (02:06 -0500)
The creation of the NSLU2 full flash image (.bin) file should be
image-specific, since not all images for machines similar to the
NSLU2 have the same flash constraints.

conf/machine/nslu2be.conf
conf/machine/nslu2le.conf

index 5bddf09..9bc92f1 100644 (file)
@@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6"
 require conf/machine/include/ixp4xx.inc
 
 EXTRA_IMAGECMD_jffs2 += "--big-endian"
-
-INHERIT += "nslu2-image"
index 4ff3605..62e47cb 100644 (file)
@@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6"
 require conf/machine/include/ixp4xx.inc
 
 EXTRA_IMAGECMD_jffs2 += "--little-endian"
-
-INHERIT += "nslu2-image"