How can I build a single package without building the entire image

I'd like to tweak a package so I edited the corresponding feeds/foo/bar/Makefile and am wondering how to build only that package rather than issuing a make -j9 which will build everything.

Neatly documented in the wiki: https://openwrt.org/docs/guide-developer/single.package

2 Likes

Missed that, thank you for the link.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.