diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-07 22:44:27 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-07 22:44:27 +0000 |
commit | 387cf2194a683880eb95e0b42e9fd86fe7a6e165 (patch) | |
tree | 2430709ea6c7e02069b71f117f8d24f38878b12d /conf | |
parent | cd59d6f7582d4ba5c7bce31ec46da02ee2d9c77f (diff) |
nslu2{bl}e.conf: Disable automatic image generation for dsmg600 and nas100d - I forget it doesn't work for unslung. Inherit those in local.conf if you want to create those images.
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 70df616d9a..104bbdb397 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 dsmg600-image nas100d-image" +INHERIT += "nslu2-image" diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf index be499b7020..86c4ce7a31 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 dsmg600-image nas100d-image" +INHERIT += "nslu2-image" |