summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
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
commit8d181b4022a22fedbaf12232227d82b8911fcc92 (patch)
tree247b7ff3d824113067f94142f3aa9f701c694381 /openwrt/target/linux/package
parentde65c016b4c19d36e1e17ce0125c9c77c5cae366 (diff)
downloadmtk-20170518-8d181b4022a22fedbaf12232227d82b8911fcc92.zip
mtk-20170518-8d181b4022a22fedbaf12232227d82b8911fcc92.tar.gz
mtk-20170518-8d181b4022a22fedbaf12232227d82b8911fcc92.tar.bz2
fix typo in switch-core
SVN-Revision: 3127
Diffstat (limited to 'openwrt/target/linux/package')
-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 31a0250..5d4693c 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>");