summaryrefslogtreecommitdiff
path: root/conf/machine/n2100.conf
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-16 23:41:18 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-16 23:41:18 +0000
commitcefc55b39a8ab57a6d2441fc686e51af9393d15d (patch)
tree43bf82bc5ecb24e1b1d8d854725186dbb05d5bf6 /conf/machine/n2100.conf
parent6ab4ab90bbb405a076f6cfa04161a6d9a27900ef (diff)
foonas: Clean up distro/machines/image
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r--conf/machine/n2100.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf
index 619b0f4339..554157ca85 100644
--- a/conf/machine/n2100.conf
+++ b/conf/machine/n2100.conf
@@ -3,7 +3,6 @@ TARGET_OS = "linux"
TARGET_FPU = "soft"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
-# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 console"
USE_VT="0"
@@ -13,15 +12,15 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.20"
# Do we need any kernel modules?
-#N2100_KERNEL = ""
+FOONAS_KERNEL = "kernel-module-ext2 kernel-module-usb-storage"
+
+FOONAS_SUPPORT += "fis"
# We want udev support in the image
udevdir = "/dev"
-N2100_SUPPORT ?= "cpio udev"
BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
-EXTRA_IMAGECMD_jffs2 += " --little-endian"
-# Hardware stuff used in image generation
+EXTRA_IMAGECMD_jffs2 += " --little-endian"
ERASEBLOCK_SIZE = "0x20000"
JFFS2_ROOTFS_SIZE = "0xC80000"
KERNEL_IMAGE_SIZE = "0x280000"