diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:21:38 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:21:38 +0000 |
commit | 64bfb47c7e09f90c5d4dfb0da9a0798ab6ad3a9a (patch) | |
tree | 2629a554fdb3f6f50cb47b8253944df0fbfc41bd /conf/machine/turbostation.conf | |
parent | 2effa2e0213c0cecaf6d3a0ca7390a288ebc9908 (diff) |
turbostation: Add u-boot, make sure jffs2 is BE, add device table
Diffstat (limited to 'conf/machine/turbostation.conf')
-rw-r--r-- | conf/machine/turbostation.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 2c1a9d70b5..0911dd39af 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -8,6 +8,8 @@ INHERIT += "turbostation-image" # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0" +MACHINE_EXTRA_RDEPENDS = "u-boot" +PREFERRED_VERSION_u-boot = "1.2.0" MODUTILS=26 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" @@ -20,8 +22,8 @@ MACHINE_TASK_PROVIDER = "task-base" # We want udev support in the image udevdir = "/dev" -EXTRA_IMAGECMD = "--big-endian" -ERASEBLOCK_SIZE = "0x20000" IMAGE_FSTYPES = "jffs2" +EXTRA_IMAGECMD_jffs2 = "--big-endian --eraseblock=0x20000" +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" require conf/machine/include/tune-ppc603e.conf |