diff options
-rw-r--r-- | conf/machine/nslu2be.conf | 2 | ||||
-rw-r--r-- | conf/machine/nslu2le.conf | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 5bddf09148..9bc92f1a99 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6" require conf/machine/include/ixp4xx.inc EXTRA_IMAGECMD_jffs2 += "--big-endian" - -INHERIT += "nslu2-image" diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf index 4ff36059a6..62e47cb678 100644 --- a/conf/machine/nslu2le.conf +++ b/conf/machine/nslu2le.conf @@ -14,5 +14,3 @@ ROOT_FLASH_SIZE ?= "6" require conf/machine/include/ixp4xx.inc EXTRA_IMAGECMD_jffs2 += "--little-endian" - -INHERIT += "nslu2-image" |