diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/nokia770.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index fac474eda..690b2403d 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf @@ -28,10 +28,11 @@ SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" -BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ -${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" +#BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ +#${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |