From c755b3cdb5fdd997df28e18ec0b30d6d8ad82689 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sat, 7 Apr 2007 20:21:56 +0000 Subject: [PATCH] n2100: Add device table --- conf/machine/n2100.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5