target/imagebuilder: add depends target to show all package that gets installed
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 18 Aug 2021 15:19:15 +0000 (17:19 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 6 Jan 2023 17:44:44 +0000 (18:44 +0100)
commit7b60dba954e310261aef7da3fe252e841721c88d
tree64c55b1179422f9729f2be1ed8f36dcf3bd760c6
parentf193f2d1a007f215b0c5619f14dc4ca6b579bfb6
target/imagebuilder: add depends target to show all package that gets installed

This commits adds the makefile targets `depends` this wrapper is a call
to `opkg depends`. This command shows which runtime dependencies exist
if this package is installed into the image.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
target/imagebuilder/files/Makefile