Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

Fix version in banner #36

Closed peteruithoven closed 8 years ago

peteruithoven commented 9 years ago

Currently when you ssh into the WiFi-Box, you get the following "banner":

BusyBox v1.22.1 (2015-06-10 15:45:30 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

........D o o d l e 3 D
.......________     _____  _____  v \$(PACKAGE_VERSION)
....../  /  /  |__ /  __/ /  - /___ __
...../  /  /  /--//  _|-//  --| . /v /
..../________/__//__/__//____/___/_^_\
...
..A cad in a box.
.

This is set by our postinstall script: https://github.com/Doodle3D/doodle3d-firmware/blob/master/post-install.sh#L36

We should really fix the $(PACKAGE_VERSION)

companje commented 8 years ago

the $(PACKAGE_VERSION) was removed at some point. I'm closing this issue.