aboutsummaryrefslogtreecommitdiffstats
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
commit0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d (patch)
treedb507a04fb1b5e5a7b843bc895e8854927c1f057
parentf051da6a6307cf25334d7ebc30a448edbfff8f70 (diff)
downloadupstream-0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d.tar.gz
upstream-0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d.tar.bz2
upstream-0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d.zip
fix typo in switch-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/package/switch/src/switch-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/switch/src/switch-core.c b/openwrt/target/linux/package/switch/src/switch-core.c
index 31a02506dba..5d4693c28f7 100644
--- 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>");