diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-31 00:34:23 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-31 00:34:23 +0000 |
commit | c0dbcb125c5be97862e0977a7671fc699e0758aa (patch) | |
tree | 096a04b60b7df17d870e97ec65b36b5609472616 /conf/machine/include/lsppc.conf | |
parent | ff824b1d9d5d2aa031188263d2098b2e35f86189 (diff) | |
parent | d872ea5d2c9ed96e72f7cd833e80eaeb599a6cf6 (diff) |
merge of '5b3c06549bda71c0b02a8f27fa8aa82c95abc4ad'
and '6396af305b4f951d7d88215419603669286e4715'
Diffstat (limited to 'conf/machine/include/lsppc.conf')
-rw-r--r-- | conf/machine/include/lsppc.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf new file mode 100644 index 0000000000..ad94a0f029 --- /dev/null +++ b/conf/machine/include/lsppc.conf @@ -0,0 +1,26 @@ +#@TYPE: Machine configuration +#@Name: Buffalo PPC Linkstations +#@DESCRIPTION: Generic Machine configuration for ppc based linkstations + + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" +TARGET_FPU = "hard" +MACHINE_TASK_PROVIDER = "task-base" + +USE_DEVFS = "0" + +BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" +PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc" + +#don't try to access tty1 +USE_VT = "0" + +HOTPLUG = "udev" +udevdir = "/dev" + +IMAGE_FSTYPES = "tar.gz" + +#tune for the MPC5200B cpu +require conf/machine/include/tune-ppc603e.conf |