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:
9905bd4
)
tunnel: Use tunnel as device type name
author
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 23 Sep 2016 13:08:20 +0000
(15:08 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 26 Sep 2016 09:51:19 +0000
(11:51 +0200)
Fixes creation of tunnel devices by UCI due to device handlers rework
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
tunnel.c
patch
|
blob
|
history
diff --git
a/tunnel.c
b/tunnel.c
index 32f361342fe605586fd22cf6c9590edd62480643..3fa3e2152ad1e63ed1e298684467cccc64ac6a69 100644
(file)
--- a/
tunnel.c
+++ b/
tunnel.c
@@
-90,7
+90,7
@@
tunnel_free(struct device *dev)
}
struct device_type tunnel_device_type = {
- .name = "
IP
tunnel",
+ .name = "tunnel",
.config_params = &tunnel_attr_list,
.reload = tunnel_reload,
.create = tunnel_create,