turbostation: Add u-boot, make sure jffs2 is BE, add device table
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 7 Apr 2007 20:21:38 +0000 (20:21 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Sat, 7 Apr 2007 20:21:38 +0000 (20:21 +0000)
conf/machine/turbostation.conf

index 2c1a9d7..0911dd3 100644 (file)
@@ -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