mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-27 09:55:03 +04:00
In451e2ce006the code would only move packages separated by dashes, however OPKG uses underscores to split between package name and version. Result was the lack of such packages in the packed ImageBuilder. Use dashes or underscores depending on the select package manger. Fixes:451e2ce006"imagebuilder: fix package inclusion and APK index" Signed-off-by: Paul Spooren <mail@aparcar.org>