OpenWrt Forum Archive

Topic: How to add own new packages to the packages repository?

The content of this topic has been archived on 3 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

i have succesfully compiled nzbget 9.1 for openwrt and i want to
share my created package with the community.
How can i add my package to the repository?

Regards
rubiktubik

You don't share a package, but a Makefile you created to build it. OpenWrt buildbots compile packages on their own, it's the correct way to handle this. This way we know the sources are not modified and we can rebuild package everytime it's needed.

On how to submit Makefile for your package see https://dev.openwrt.org/wiki/SubmittingPatches

The discussion might have continued from here.