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 themake 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?
Thanks