From c8a049e0a95ec18e8c6e612d0f86949bea72d092 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 30 Mar 2007 16:07:54 +0000 Subject: lsppc: Move linkstationppc.conf to lsppc.conf --- conf/machine/include/linkstationppc.conf | 26 -------------------------- conf/machine/include/lsppc.conf | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 conf/machine/include/linkstationppc.conf create mode 100644 conf/machine/include/lsppc.conf (limited to 'conf') diff --git a/conf/machine/include/linkstationppc.conf b/conf/machine/include/linkstationppc.conf deleted file mode 100644 index 620a6931eb..0000000000 --- a/conf/machine/include/linkstationppc.conf +++ /dev/null @@ -1,26 +0,0 @@ -#@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" -TARGET_FPU = "hard" - -USE_DEVFS = "0" - -BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" -FEED_URIS = "openlink##http://ipkg.linkstationwiki.net/2007.1/powerpc/" -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" - -#tune for the MPC5200B cpu -require conf/machine/include/tune-ppc603e.conf 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 -- cgit v1.2.3