diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-17 18:51:25 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-17 18:51:25 +0000 |
commit | ecc305f911ed7d30d317ee353b8d9310134e7c79 (patch) | |
tree | 7142bd813f973cc2d9ee593123b980b7a9f63e01 /conf/machine/include | |
parent | 6142c77d5d691a59157f12d71bcb4f5c9e8837fd (diff) |
linkstation: Add support for linkstation-devices. Thanks to timtimred
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/linkstationppc.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/include/linkstationppc.conf b/conf/machine/include/linkstationppc.conf new file mode 100644 index 0000000000..620a6931eb --- /dev/null +++ b/conf/machine/include/linkstationppc.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" +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 |