libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
277 stars 96 forks source link

Unify LibreMesh release information #181

Closed aparcar closed 7 years ago

aparcar commented 7 years ago

On standard LEDE I'm using ubus call system board and check the release section. On Libremesh a look at /etc/lime_release provides the information. Is it possible to modify the ubus call system board output to give the same information as lime_release does?

The most simple solution could be to modify the /etc/openwrt_release file or create a symlink from lime_release to openwrt_release

This issue is very important for the attended sysupgrade I'm trying to implement.

(This was send on lime-dev mailing list before)

nicopace commented 7 years ago

how would you suggest to solve it?

aparcar commented 7 years ago

The most simple solution could be to modify the /etc/openwrt_release file or create a symlink from lime_release to openwrt_release

I could create a PR which auto overrides the openwrt_release file with LiMe data.

nicopace commented 7 years ago

Please do :)