diff options
-rwxr-xr-x | conf/machine/raspberrypi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index b45ee66..932563f 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -27,7 +27,7 @@ XSERVER = " \ | |||
27 | xf86-video-fbdev \ | 27 | xf86-video-fbdev \ |
28 | " | 28 | " |
29 | 29 | ||
30 | KERNEL_IMAGETYPE = "zImage" | 30 | KERNEL_IMAGETYPE = "Image" |
31 | 31 | ||
32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
33 | 33 | ||