diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-03 16:31:31 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-03 16:31:31 +0000 |
commit | 894fcd09757550defb344445597e113bbae02c52 (patch) | |
tree | 9f97aff94c19f83d74c33b55923f9946e0b94c59 /conf | |
parent | c8190d6efdf5aaef58c5bd865ca82360b1f43d62 (diff) |
files: add some stuff to device_table_add-mmc.txt and rename it to
devices-table-collie.txt.
conf/collie: use device-table-collie.txt
packages/kexecboot:*create a new directory for everything kexecboot related
*move initramfs-kexec-image and initramfs-kexec to this dir and
rename them to *kexecboot
*move linux-kexecboot to this dir
*add forgotten patches for linux-kexecboot
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/collie.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index 3914184a22..34731c387f 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -21,6 +21,6 @@ ROOT_FLASH_SIZE = "14" DONT_CHECK_KERNELSIZE ?= "1" IMAGE_DEVICE_TABLES ?= "files/device_table-minimal.txt \ - files/device_table_add-mmc.txt" + files/device_table-collie.txt" XSERVER ?= "xserver-kdrive-fbdev" |