Updating packages

Hi, I was wondering if there’s any guide to compiling our own packages using your SDK. Openwrt forumers tested and running Windows Linux subsystem on Windows 10 works so I thought we could give it a go to update some packages we want to use ourselves.

Unbound 1.9.0 has an important update that has backwards compatibility with openssl 1.0.2 for DNS over TLS

nice to keep Wireguard updated as well

You can refer to openwrt general guide

ok I’ve used git clone on your SDK, updated feeds.conf.default to include

src-git packages git.openwrt.org Git - feed/packages.git/summary

src-git luci git.openwrt.org Git - project/luci.git/summary

src-git routing git.openwrt.org Git - feed/routing.git/summary

src-git telephony git.openwrt.org Git - feed/telephony.git/summary

updated feeds and used ./scripts/feeds install for a few packages,

ran make and im not able to compile anything, what am I doing wrong? first time doing any of these so I’m not sure if I am even starting right.