summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index e097702..c8f6cd6 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -37,7 +37,7 @@ KERNEL_DEVICETREE ?= " \
37 " 37 "
38KERNEL_IMAGETYPE ?= "Image" 38KERNEL_IMAGETYPE ?= "Image"
39 39
40MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 40MACHINE_FEATURES += "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
41 41
42# Raspberry Pi has no hardware clock 42# Raspberry Pi has no hardware clock
43MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 43MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"