diff options
Diffstat (limited to 'conf/machine/turbostation.conf')
-rw-r--r-- | conf/machine/turbostation.conf | 4 |
1 files 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 |