diff options
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/conf/machine/nokia770.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf index 8b657281c7..8690348fa9 100644 --- a/openembedded/conf/machine/nokia770.conf +++ b/openembedded/conf/machine/nokia770.conf @@ -54,5 +54,6 @@ pcmcia-cs apm ppp wireless-tools console-tools" #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage kernel-module-g-serial \ # kernel-module-g-ether" -include conf/machine/handheld-common.conf +ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " +include conf/machine/handheld-common.conf |