Initial import
authorFelix Fietkau <nbd@openwrt.org>
Mon, 6 Dec 2010 02:51:58 +0000 (03:51 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 30 Jan 2011 13:16:09 +0000 (14:16 +0100)
commitdbd4c2f121be08e514828f2533687b145a6e16dd
treea0d6c73d6d1d4f6157b607f0f236f441700d7639
Initial import
15 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
cli.c [new file with mode: 0644]
libubus.c [new file with mode: 0644]
libubus.h [new file with mode: 0644]
listener.c [new file with mode: 0644]
ubus_common.h [new file with mode: 0644]
ubusd.c [new file with mode: 0644]
ubusd.h [new file with mode: 0644]
ubusd_id.c [new file with mode: 0644]
ubusd_id.h [new file with mode: 0644]
ubusd_obj.c [new file with mode: 0644]
ubusd_obj.h [new file with mode: 0644]
ubusd_proto.c [new file with mode: 0644]
ubusmsg.h [new file with mode: 0644]