Custom Omega2 build image packages
-
Hi,
I want to build a custom image adding a few python packages.
However, some of it is not available in current 18.06 openwrt baseline used on Onion (only in 19.07).Packages are:
python3-pyserial
python3-requestsIs there a way to include them in current Onion build (18.06)?
How?Thanks!
-
@slx Take a look at the OpenWrt documentation on how to add feeds to your build system. You may run into issues with dependencies however.
https://openwrt.org/docs/guide-developer/helloworld/chapter4