anaelorlinski / OpenWrt-NanoPi-R2S-R4S-Builds

OpenWRT Builds for NanoPi R2S & R4S from official Openwrt source code with minimal set of patches
MIT License
170 stars 57 forks source link

Local Build #13

Closed gary-hammer closed 2 years ago

gary-hammer commented 2 years ago

I'd like to know if this can be built locally, meaning on my linux system. Why? I'd like to remove docker from the config as I do not use or plan to use docker and do not need the additional docker related network items. Also, UDP forwarding problem in kernel with docker seemed to be an issue, but that was back in July, perhaps corrected.

In any event, how can this project be built locally, if at all?

Thanks

aw1cks commented 2 years ago

Reading the CI configuration should give some insight: https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/.github/workflows/NanoPi-r2s-21.02.yml

gary-hammer commented 2 years ago

Thanks, it does shed some light, but still isn't clear. But, I'll see what I can do.