You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project-laguardia edited this page Jul 10, 2025
·
5 revisions
Source Code
Stable Releases
There are no fixed releases but branches tied to the corresponding OpenWrt release.
At the time of writing the current stable branch is openwrt-18.06 which is used by the OpenWrt 18.06 release series. See the list of all branches.
This is the OpenWrt SDK. It contains a stripped-down version of
the buildroot. You can use it to test/develop packages without
having to compile your own toolchain or any of the libraries
included with OpenWrt.
To use it, just put your buildroot-compatible package directory
(including its dependencies) in the subdir 'package/' and run
'make' from this directory.
To make dependency handling easier, you can use ./scripts/feeds
to install any core package that you need