projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1fff7
)
fix interface object type name
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 27 Mar 2011 00:56:04 +0000
(
01:56
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 27 Mar 2011 00:56:04 +0000
(
01:56
+0100)
ubus.c
patch
|
blob
|
history
diff --git
a/ubus.c
b/ubus.c
index 30db0807cfd88accbdbc8a9d960621ba953bec1f..16d5e88047c9a877229a3748d27b6b8e346f58e6 100644
(file)
--- a/
ubus.c
+++ b/
ubus.c
@@
-103,7
+103,7
@@
static const struct ubus_signature iface_object_sig[] = {
};
static struct ubus_object_type iface_object_type =
- UBUS_OBJECT_TYPE("netifd", iface_object_sig);
+ UBUS_OBJECT_TYPE("netifd
_iface
", iface_object_sig);
static int netifd_handle_up(struct ubus_context *ctx, struct ubus_object *obj,