blobmsg: add support for double
authorAndré Gaul <andre@gaul.io>
Sat, 19 Nov 2016 17:55:49 +0000 (18:55 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 4 Jan 2017 20:36:31 +0000 (21:36 +0100)
This adds support for double floating point type to make it more JSON
compatible. For type checking it also adds a stub BLOB_ATTR_DOUBLE type.
If necessary, the accessor functions for blob can be added later

Signed-off-by: André Gaul <andre@gaul.io>
Signed-off-by: Felix Fietkau <nbd@nbd.name>

No differences found