diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-30 16:07:54 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-30 16:07:54 +0000 |
commit | c8a049e0a95ec18e8c6e612d0f86949bea72d092 (patch) | |
tree | c40492e004faaf385fbcc33f812d74f2c91625a7 /conf/machine/include/lsppc.conf | |
parent | 58116a9c2ff841a75490b61eca4065fca3dfed93 (diff) |
lsppc: Move linkstationppc.conf to lsppc.conf
Diffstat (limited to 'conf/machine/include/lsppc.conf')
-rw-r--r-- | conf/machine/include/lsppc.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf new file mode 100644 index 0000000000..161f3ad8c1 --- /dev/null +++ b/conf/machine/include/lsppc.conf @@ -0,0 +1,27 @@ +#@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_DEVICE_TABLES = "files/device_table-slugos.txt" +IMAGE_FSTYPES = "tar.gz" + +#tune for the MPC5200B cpu +require conf/machine/include/tune-ppc603e.conf |