Skip to content
Snippets Groups Projects
Unverified Commit 021b96d7 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

rootfs: remove unnecessary and potentially harmful force flags from opkg call


Especially --force-overwrite and --force-depends will often lead to broken
images; it's better to fail the build in such cases than to silently ignore
the errors.

Instead, ignore errors in the per-device rootfs opkg remove command, so
the build doesn't break when packages can't be removed because of
dependencies.

Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
parent 593dfac9
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment