summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/nokia770.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf
index fac474edae..690b2403d8 100644
--- a/meta/conf/machine/nokia770.conf
+++ b/meta/conf/machine/nokia770.conf
@@ -28,10 +28,11 @@ SERIAL_CONSOLE = "115200 ttyS0"
28 28
29PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" 29PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770"
30 30
31BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ 31#BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \
32${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" 32#${PCMCIA_MANAGER} apm ppp wireless-tools console-tools"
33 33
34 34
35ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " 35ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
36 36
37MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" 37MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost"
38MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"