This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Linkstation HD-HLAN |
| 3 |
#@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD-HLAN (mipsel) |
| 4 |
|
| 5 |
TARGET_ARCH = "mipsel" |
| 6 |
|
| 7 |
MACHINE_FEATURES = "kernel26 usbhost ext2" |
| 8 |
MACHINE_TASK_PROVIDER = "task-base" |
| 9 |
MACHINE_EXTRA_RDEPENDS = "avr-evtd" |
| 10 |
MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils" |
| 11 |
|
| 12 |
USE_DEVFS = "0" |
| 13 |
|
| 14 |
PREFERRED_PROVIDER_virtual/kernel = "linux-lsmipsel" |
| 15 |
PREFERRED_PROVIDER_virtual/bootloader = "" |
| 16 |
PREFERRED_VERSION_linux-lsmipsel = "2.6.23.17" |
| 17 |
|
| 18 |
#don't try to access tty1 |
| 19 |
USE_VT = "0" |
| 20 |
|
| 21 |
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" |
| 22 |
IMAGE_FSTYPES = "tar.gz" |