diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/linkstationppc.conf | 26 | ||||
-rw-r--r-- | conf/machine/linkstationppchd.conf | 7 | ||||
-rw-r--r-- | conf/machine/linkstationppchg.conf | 7 |
3 files changed, 40 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 diff --git a/conf/machine/linkstationppchd.conf b/conf/machine/linkstationppchd.conf new file mode 100644 index 0000000000..52d58ded5b --- /dev/null +++ b/conf/machine/linkstationppchd.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: HD Linkstation +#@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD + +UBOOT_MACHINE = "linkstation_HDLAN" + +require conf/machine/include/linkstationppc.conf diff --git a/conf/machine/linkstationppchg.conf b/conf/machine/linkstationppchg.conf new file mode 100644 index 0000000000..b7ceb6fc95 --- /dev/null +++ b/conf/machine/linkstationppchg.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: HG Linkstation +#@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG + +UBOOT_MACHINE = "linkstation_HGLAN" + +require conf/machine/include/linkstationppc.conf |