aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-02-04 15:23:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-02-04 15:23:03 +0000
commit870832806494d4360b2ada5d40d77044520b7be5 (patch)
treeea63f0def3d841033669d4693b0faf6ebbd4bda1 /target
parent73890cebc970ddb4743502c5faa5daaedbdba6f7 (diff)
downloadmaster-187ad058-870832806494d4360b2ada5d40d77044520b7be5.tar.gz
master-187ad058-870832806494d4360b2ada5d40d77044520b7be5.tar.bz2
master-187ad058-870832806494d4360b2ada5d40d77044520b7be5.zip
fix typo in switch-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/switch/src/switch-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/switch/src/switch-core.c b/target/linux/package/switch/src/switch-core.c
index 31a02506db..5d4693c28f 100644
--- 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>");