n2100, turbostation, linkstation: Move more stuff away from foonas-image to machine...
authorOyvind Repvik <nail@nslu2-linux.org>
Tue, 20 Mar 2007 19:41:48 +0000 (19:41 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Tue, 20 Mar 2007 19:41:48 +0000 (19:41 +0000)
conf/machine/lsppchd.conf
conf/machine/lsppchg.conf
conf/machine/n2100.conf
conf/machine/turbostation.conf

index 52d58de..51d0186 100644 (file)
@@ -3,5 +3,6 @@
 #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD
 
 UBOOT_MACHINE = "linkstation_HDLAN"
+IMAGE_FSTYPES = "tar.gz"
 
 require conf/machine/include/linkstationppc.conf
index b7ceb6f..516a3aa 100644 (file)
@@ -3,5 +3,6 @@
 #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG
 
 UBOOT_MACHINE = "linkstation_HGLAN"
+IMAGE_FSTYPES = "tar.gz"
 
 require conf/machine/include/linkstationppc.conf
index fe1f396..c84bf35 100644 (file)
@@ -15,4 +15,11 @@ MACHINE_TASK_PROVIDER = "task-base"
 # We want udev support in the image
 udevdir = "/dev"
 
+ERASEBLOCK_SIZE = "0x20000"
+IMAGE_FSTYPES = "jffs2"
+EXTRA_IMAGECMD = "--little-endian"
+# Creating an image that works with the webinterface required encrypting it
+# So we'll need openssl
+EXTRA_IMAGEDEPENDS = "openssl-native"
+
 require conf/machine/include/tune-xscale.conf
index ef09fa7..ffa4420 100644 (file)
@@ -16,4 +16,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"
+
 require conf/machine/include/tune-ppc603e.conf