diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-09 21:38:01 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-09 21:38:01 +0000 |
commit | b6ae1290d940b748aea399d57506e7cb853980a2 (patch) | |
tree | c797a785064711006c7717a9217df9d9e7755341 /conf/machine | |
parent | a85f58a9138734421bcf7f15a05aaa8e937bcdda (diff) |
remove openturbostation distro, add foonas
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/turbostation.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index b25061db21..7f7d24c1e9 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -17,10 +17,11 @@ OPENTURBOSTATION_KERNEL = "" # We want udev support in the image udevdir = "/dev" -TURBOSTATION_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" +TURBOSTATION_SUPPORT ?= "cpio uboot-utils udev" BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" -ROOT_FLASH_SIZE = 12 -# Hardware stuff +# Hardware stuff used in image generation ERASEBLOCK_SIZE = "0x20000" +JFFS2_ROOTFS_SIZE = "0xC80000" +KERNEL_IMAGE_SIZE = "0x280000" require conf/machine/include/tune-ppc603e.conf |