From a0cef440772af65ad03d3273d36afd49c81e481d Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Sat, 17 Jan 2009 20:08:58 +0000 Subject: [PATCH] n2100: Add temper to MACHINE_EXTRA_RDEPENDS --- conf/machine/n2100.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf index 36a0f9edf4..a86a8db424 100644 --- a/conf/machine/n2100.conf +++ b/conf/machine/n2100.conf @@ -10,7 +10,8 @@ SERIAL_CONSOLE="115200 console" USE_VT="0" MODUTILS=26 -MACHINE_FEATURES= "kernel26 usbhost ext2 redboot" +MACHINE_FEATURES = "kernel26 usbhost ext2 redboot" +MACHINE_EXTRA_RDEPENDS = "temper" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.20" @@ -23,7 +24,7 @@ EXTRA_IMAGECMD = "--little-endian" # Creating an image that works with the webinterface required encrypting it # So we'll need openssl -EXTRA_IMAGEDEPENDS = "openssl-native temper" +EXTRA_IMAGEDEPENDS = "openssl-native" IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" require conf/machine/include/tune-xscale.inc -- 2.39.5