sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

firmware build script is using HEAD of openwrt 15.05 #112

Closed jhpoelen closed 6 years ago

jhpoelen commented 6 years ago

in openwrt_config/version 15.05:HEAD is specified. Since the 15.05 branch is active, this means that a commit by an openwrt developer can lead to unexpected variations in our firmware builds.

Suggest to set the openwrt version to 15.05:0c335d6ea00af9b32225f72d491e560c1a7cf4ab which points to the last official chaos calmer release v15.05.1 .

A hint toward this is that the builds scripts expects to build off of a openwrt commit with a tag and complains otherwise (see https://github.com/sudomesh/sudowrt-firmware/issues/110#issuecomment-342002008 ) .

Juul commented 6 years ago

Sounds good to me!

jhpoelen commented 6 years ago

done.