diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-04 15:23:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-04 15:23:03 +0000 |
commit | 8d181b4022a22fedbaf12232227d82b8911fcc92 (patch) | |
tree | 247b7ff3d824113067f94142f3aa9f701c694381 /openwrt/target/linux/package | |
parent | de65c016b4c19d36e1e17ce0125c9c77c5cae366 (diff) | |
download | mtk-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.c | 2 |
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>"); |