diff options
| -rwxr-xr-x | conf/machine/raspberrypi.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 932563f..9828c76 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
| @@ -31,6 +31,9 @@ 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 | ||
| 34 | #RaspberryPi has no hardware clock | ||
| 35 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | ||
| 36 | |||
| 34 | MACHINE_EXTRA_RRECOMMENDS += " \ | 37 | MACHINE_EXTRA_RRECOMMENDS += " \ |
| 35 | kernel-modules \ | 38 | kernel-modules \ |
| 36 | " | 39 | " |
