projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73890ce
)
fix typo in switch-core
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 4 Feb 2006 15:23:03 +0000
(15:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 4 Feb 2006 15:23:03 +0000
(15:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3127
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/package/switch/src/switch-core.c
patch
|
blob
|
history
diff --git
a/target/linux/package/switch/src/switch-core.c
b/target/linux/package/switch/src/switch-core.c
index
31a0250
..
5d4693c
100644
(file)
--- a/
target/linux/package/switch/src/switch-core.c
+++ b/
target/linux/package/switch/src/switch-core.c
@@
-445,7
+445,7
@@
static int __init switch_init()
static void __exit switch_exit()
{
- remove_proc_entry("
vlan
", NULL);
+ remove_proc_entry("
switch
", NULL);
}
MODULE_AUTHOR("Felix Fietkau <openwrt@nbd.name>");