From c8a049e0a95ec18e8c6e612d0f86949bea72d092 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 30 Mar 2007 16:07:54 +0000 Subject: [PATCH] lsppc: Move linkstationppc.conf to lsppc.conf --- conf/machine/include/{linkstationppc.conf => lsppc.conf} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename conf/machine/include/{linkstationppc.conf => lsppc.conf} (83%) diff --git a/conf/machine/include/linkstationppc.conf b/conf/machine/include/lsppc.conf similarity index 83% rename from conf/machine/include/linkstationppc.conf rename to conf/machine/include/lsppc.conf index 620a6931eb..161f3ad8c1 100644 --- a/conf/machine/include/linkstationppc.conf +++ b/conf/machine/include/lsppc.conf @@ -5,13 +5,13 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" -MACHINE_FEATURES = "kernel26 usbhost ext2" +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" -FEED_URIS = "openlink##http://ipkg.linkstationwiki.net/2007.1/powerpc/" PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc" #don't try to access tty1 @@ -21,6 +21,7 @@ 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 -- 2.39.5