diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-07 17:05:34 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-07 17:05:34 +0000 |
commit | 5ad8137b7253ddf3602faf4c4aeed39a8baae192 (patch) | |
tree | 3d766118b15adccd95572819571b20c6cdbc0b1d /conf | |
parent | b461fd2742cfc579fba9fe5a4f6d065fb422edee (diff) |
turbostation: Fix two variables
Diffstat (limited to '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 |