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:
41842d3
)
rename the network.interface ubus object to just network
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 11 Oct 2011 12:44:19 +0000
(14:44 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 11 Oct 2011 13:23:47 +0000
(15:23 +0200)
ubus.c
patch
|
blob
|
history
diff --git
a/ubus.c
b/ubus.c
index da00b80f5cf4a295159c6e0474b5bcaff4eba6d2..973718cb3e08317634737ce4b46547e00faf4217 100644
(file)
--- a/
ubus.c
+++ b/
ubus.c
@@
-78,7
+78,7
@@
static struct ubus_object_type main_object_type =
UBUS_OBJECT_TYPE("netifd", main_object_methods);
static struct ubus_object main_object = {
- .name = "network
.interface
",
+ .name = "network",
.type = &main_object_type,
.methods = main_object_methods,
.n_methods = ARRAY_SIZE(main_object_methods),