From 5ad8137b7253ddf3602faf4c4aeed39a8baae192 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 7 Mar 2007 17:05:34 +0000 Subject: [PATCH] turbostation: Fix two variables --- conf/machine/turbostation.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 7184958664..9f78a8c829 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -13,11 +13,11 @@ MACHINE_FEATURES= "kernel26 usbhost" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" # Do we need any kernel modules? -OPENPROTIUM_KERNEL = "" +TURBOSTATION_KERNEL = "" # We want udev support in the image udevdir = "/dev" -OPENPROTIUM_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" +TURBOSTATION_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" ROOT_FLASH_SIZE = 12 -- 2.39.5