mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
We used to rely on opkg to install the CLI tool for testing PHP modules, but when opkg is not available anymore, we have to use apk. The (simple) switch logic assumes, that only one of both package manager tools is installed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>