summaryrefslogtreecommitdiff
path: root/blob.c
Commit message (Collapse)AuthorAgeFilesLines
* Add bitfield_set function from libubox.Stijn Tintel2017-09-291-1/+1
| | | | | | | The bitfield functions and macros where removed from libubox. Add the bitfield_set function which is used by uci, and prefix it with uci_. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* blob: add support for u64Steven Barth2014-02-181-0/+8
|
* blob: use BLOBMSG_TYPE_STRING as a fallback type for arrays if no type was ↵Felix Fietkau2013-12-021-3/+8
| | | | | | specified Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* blob: allow values to be added to blobmsg using multiple different types, ↵Felix Fietkau2013-11-041-12/+26
| | | | | | but suppress duplicates Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* blob: add uci<->blob conversion library codeFelix Fietkau2013-06-101-0/+211
Signed-off-by: Felix Fietkau <nbd@openwrt.org>