Hi,
I'm trying to build a custom openwrt image and add some community packages to it (in my case, node-yarn).
I've followed all the install instructions
Clone openwrt repo
./scripts/feeds update
./scripts/feeds install -a
./scripts/feeds update packages
./scripts/feeds install -a -p packages
But when running the make menuconfig I can't seem to find the node-yarn package.
If I try to build the image adding the package to the commandline, it doesn't gets installed.
Am I missing some steps? Any idea on how it should be done?
I believe that this package, node-yarn is used only when you intend to use yarn to build NodeJS application packages to be deployed on an OpenWRT image.
That's what I am looking for at this moment (deploy a pre-build NodeJS application inside an OpenWRT image), but I could not figure out how to do that yet.