diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 20:08:58 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 20:08:58 +0000 |
commit | a0cef440772af65ad03d3273d36afd49c81e481d (patch) | |
tree | 2d14ad777991782459f8e88dea016eaa15f2aac8 /conf/machine/n2100.conf | |
parent | 55aced4665ad98cf7996f72ccfbbd2c35f60a209 (diff) |
n2100: Add temper to MACHINE_EXTRA_RDEPENDS
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 |