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