In case you are open to giving more helpful tips to a relative newcomer to openwrt development:
On Thu, Jan 5, 2023 at 11:59 AM Brian Norris <[email protected]> wrote: > I'll just need to > force a 'base64' utility into these images This is turning out to be nontrivial. The only in-tree base64 tool is a busybox tool, and it's not enabled in the default busybox configuration. I don't see an easy way for a target to change this default. I *do* see package dependencies that do this (like DEPENDS:=+@BUSYBOX_CONFIG_<feature>), but I don't think that works in a target (e.g., adding to DEVICE_PACKAGES). Do I need to create some intermediate/stub package just to express the dependency, or is there some better way? Brian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
