BPI-R4 Lite Openwrt source code on github

OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned.

Please keep history from repo where you take source from (openwrt+ sdk i guess) and then add your changes on top. No big initial commit dropping all author information of work done before. It is also necessary to see on which base your code repo is created.

So fork openwrt, add mtk sdk feed (maybe commit this too) and then your changes.

1 Like