diff options
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r-- | conf/machine/n2100.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf index 2acfe812b0..11ec87d205 100644 --- a/conf/machine/n2100.conf +++ b/conf/machine/n2100.conf @@ -23,5 +23,6 @@ EXTRA_IMAGECMD = "--little-endian" # Creating an image that works with the webinterface required encrypting it # So we'll need openssl EXTRA_IMAGEDEPENDS = "openssl-native" +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" require conf/machine/include/tune-xscale.conf |