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 | 870832806494d4360b2ada5d40d77044520b7be5 (patch) | |
tree | ea63f0def3d841033669d4693b0faf6ebbd4bda1 | |
parent | 73890cebc970ddb4743502c5faa5daaedbdba6f7 (diff) | |
download | upstream-870832806494d4360b2ada5d40d77044520b7be5.tar.gz upstream-870832806494d4360b2ada5d40d77044520b7be5.tar.bz2 upstream-870832806494d4360b2ada5d40d77044520b7be5.zip |
fix typo in switch-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/package/switch/src/switch-core.c | 2 |
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>"); |