Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imagebuilder: fix OPKG package_whatdepends support
Trying to use 'package_whatdepends' feature of the ImageBuilder with OPKG will currently fail as OPKG does not support "list --depends" call at all, it seems that this is a mixup from the original APK support commit. So, lets restore 'package_whatdepends' support for OPKG by calling "whatdepends -A" instead as we used to before APK support. Fixes: d788ab3 ("build: add APK package build capabilities") Link: openwrt#17022 Signed-off-by: Robert Marko <[email protected]>
- Loading branch information