tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

Don't use `-rc2`, never release with packages from an rc release #78

Open lewisdiamond opened 5 years ago

lewisdiamond commented 5 years ago

https://github.com/tessel/openwrt-tessel/blob/d3052fbdee4cc8e99b0ae121f0b81867ceda8d30/config.mk#L78

nodebotanist commented 5 years ago

On it.

nodebotanist commented 5 years ago

This is going to take a bit more work-- the build system as a whole needs a few updates. I'll create an issue for that and update accordingly.

bart commented 5 years ago

I think this will also fix the opkg update issue, right? Because it wants to download files from http://downloads.openwrt.org/chaos_calmer/15.05-rc2 which doesn't exist anymore.

nodebotanist commented 5 years ago

Yes, that is correct, that is part of what I am changing. I'll set up an in-progress PR and attach it here so y'all can see what I'm up to.