projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de65c01
)
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)
SVN-Revision: 3127
openwrt/target/linux/package/switch/src/switch-core.c
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/switch/src/switch-core.c
b/openwrt/target/linux/package/switch/src/switch-core.c
index 31a02506dba25b85d32d6a090f8d72f299d9199a..5d4693c28f75f5e53f8753233d762b0c5ca1b1f2 100644
(file)
--- a/
openwrt/target/linux/package/switch/src/switch-core.c
+++ b/
openwrt/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>");