diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-26 23:06:47 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-26 23:06:47 +0000 |
commit | 20541a166c40e317a61c118d0a022c267fd0e257 (patch) | |
tree | d5efbd9591d8f6e6aaf5b3d4bb62d4ec7ec45ca2 /conf | |
parent | e0c83af72bea72797ebeba598318670f86d842cb (diff) |
storcenter: Make storcenter work with foonas
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/storcenter.conf | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf index 7463bc77d0..bb7c8f1bef 100644 --- a/conf/machine/storcenter.conf +++ b/conf/machine/storcenter.conf @@ -1,18 +1,23 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" TARGET_FPU = "hard" -# TARGET_VENDOR = "oe" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_TASK_PROVIDER = "task-base" + # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0" MODUTILS=26 -MACHINE_TASK_PROVIDER = "task-base" -MACHINE_FEATURES= "kernel26 usbhost" -# don't go udev until kernel >=2.6.13 -#BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" -BOOTSTRAP_EXTRA_RDEPENDS = "mdadm" +MACHINE_FEATURES= "kernel26 usbhost pci ext2" PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter" +MACHINE_TASK_PROVIDER = "task-base" + +# We want udev support in the image +udevdir = "/dev" + +EXTRA_IMAGECMD = "--big-endian" +ERASEBLOCK_SIZE = "0x10000" +IMAGE_FSTYPES = "jffs2" require conf/machine/include/tune-ppc603e.conf |