diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-07 22:25:12 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-07 22:25:12 +0000 |
commit | cd59d6f7582d4ba5c7bce31ec46da02ee2d9c77f (patch) | |
tree | bc84096da74ca587c6274af47e799b9a62d3d730 /conf | |
parent | d890477efc2cb214efa0fc3146e8c1f6451ad4e3 (diff) |
dsmg600-image.bbclass, nas100d-image.bbclass, nslu2le.conf, nslu2be.conf: Added support for building dsmg600 and nas100d images back into the nslu2 machine configuration.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nslu2be.conf | 2 | ||||
-rw-r--r-- | conf/machine/nslu2le.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 104bbdb397..70df616d9a 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -16,4 +16,4 @@ require conf/machine/include/ixp4xx.conf EXTRA_IMAGECMD_jffs2 += "--big-endian" -INHERIT += "nslu2-image" +INHERIT += "nslu2-image dsmg600-image nas100d-image" diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf index 86c4ce7a31..be499b7020 100644 --- a/conf/machine/nslu2le.conf +++ b/conf/machine/nslu2le.conf @@ -16,4 +16,4 @@ require conf/machine/include/ixp4xx.conf EXTRA_IMAGECMD_jffs2 += "--little-endian" -INHERIT += "nslu2-image" +INHERIT += "nslu2-image dsmg600-image nas100d-image" |