diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-27 09:25:42 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-27 09:25:42 +0000 |
commit | adabded9e0b31876b5a47c5d1deebafea737c7b7 (patch) | |
tree | b2600b194bfd73f4f204be3f67e7dcce6b453907 /conf/machine/nslu2le.conf | |
parent | 269498c9ae89492bf84a4aff98c1000328032fcc (diff) |
nslu2{l,b]e.conf, ixp4xx.conf: Set ROOT_FLASH_SIZE to 6 and 12MB respectively (allowing override in local.conf).
Diffstat (limited to 'conf/machine/nslu2le.conf')
-rw-r--r-- | conf/machine/nslu2le.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf index bbbd6cdeb4..16114a80fa 100644 --- a/conf/machine/nslu2le.conf +++ b/conf/machine/nslu2le.conf @@ -10,6 +10,8 @@ MACHINE_ARCH = "ixp4xxle" OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" +ROOT_FLASH_SIZE ?= "6" + require conf/machine/include/ixp4xx.conf EXTRA_IMAGECMD_jffs2 += "--little-endian" |