Skip to content

AndreasPantle/BuildrootPackages

Repository files navigation

BuildrootPackages

This are some packages for Buildroot which you can add manually.

You need to add the packages you like to use in the Config.in file:

if BR2_PACKAGE_PYTHON3
menu "External python modules"
	source "package/python-debugpy/Config.in"
	source "package/python-html5tagger/Config.in"
	source "package/python-httptools/Config.in"
	source "package/python-pca9685/Config.in"
	source "package/python-rpyc/Config.in"
	source "package/python-sanic/Config.in"
	source "package/python-sanicrouting/Config.in"
	source "package/python-tracerite/Config.in"
endmenu

About

Some Buildroot packages which I often need.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published