1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-07-10 23:12:47 +02:00
openwrt/target
Paul Spooren 84024e245f build: add whatdepends target to imagebuilder
The package manager `opkg` offers the function `whatdepends` to print
packages that depend on a specific package.

This feature is useful when used in a CI to not only build an upgraded
package but all packages with a dependency.

Usage:
    make whatdepends PACKAGE=libipset

The resulting list can be fed into a SDK building all packages and warn
if anything fails.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-31 11:18:24 +01:00
..
imagebuilder build: add whatdepends target to imagebuilder 2020-08-31 11:18:24 +01:00
linux kernel: add options needed for SELinux 2020-08-31 01:15:41 +01:00
sdk build: SDK/IB reproducible and faster compression 2020-08-23 18:55:49 +02:00
toolchain build: improve ccache support 2020-07-11 15:19:53 +02:00
Config.in
Makefile