diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-08-03 14:47:55 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-08-03 14:49:46 +0200 |
commit | 4cab8b754907841fe6df5da8ea1aa0d78540989a (patch) | |
tree | 067ec8b0bdd0c32195db203276bed8118bba7c2f /conf | |
parent | 6db30a40ce4e47ae176ec251aec62cb6c03f7ca2 (diff) |
vortex86sx: fix MACHINE_FEATURES
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/vortex86sx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/vortex86sx.conf b/conf/machine/vortex86sx.conf index b2a116d109..68a62cc4dc 100644 --- a/conf/machine/vortex86sx.conf +++ b/conf/machine/vortex86sx.conf @@ -3,7 +3,7 @@ require conf/machine/include/tune-i486sx.inc -MACHINE_FEATURES += "x86" +MACHINE_FEATURES = "kernel26 alsa vfat screen usbhost x86" KERNEL_IMAGETYPE = "bzImage" |