aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/n2100.conf
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-20 19:41:48 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-20 19:41:48 +0000
commitbbc4eb7e941b003801d564b9a6cd959f29181d03 (patch)
tree2edbace4579d555b5bb4cd56a2a3ad36535990ea /conf/machine/n2100.conf
parent5159493694eb43b75253759374604e9f1ed8f898 (diff)
downloadopenembedded-bbc4eb7e941b003801d564b9a6cd959f29181d03.tar.gz
n2100, turbostation, linkstation: Move more stuff away from foonas-image to machine configs
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r--conf/machine/n2100.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf
index fe1f396254..c84bf352da 100644
--- a/conf/machine/n2100.conf
+++ b/conf/machine/n2100.conf
@@ -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