diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-10 20:18:42 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-10 20:18:42 +0000 |
commit | 7f326402389de854bf6a0fe1f6c835502d93eeca (patch) | |
tree | 88755bbee8e49c1196d8909ff467745268ad3fe5 /conf/machine/turbostation.conf | |
parent | 2fb45b3e70da7b793a15983c45750321091a92dc (diff) | |
parent | ba1212299e2a4b2b99c1d058660273eb92327490 (diff) |
merge of '90a304fce9cf13425fbf98afbbbec3593382bdf4'
and 'd51040bef3f49c55b9af42502e1891181802e97a'
Diffstat (limited to 'conf/machine/turbostation.conf')
-rw-r--r-- | conf/machine/turbostation.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 7184958664..7f7d24c1e9 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -13,14 +13,15 @@ MACHINE_FEATURES= "kernel26 usbhost" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" # Do we need any kernel modules? -OPENPROTIUM_KERNEL = "" +OPENTURBOSTATION_KERNEL = "" # We want udev support in the image udevdir = "/dev" -OPENPROTIUM_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 |