diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-04 15:23:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-04 15:23:03 +0000 |
commit | c77b08e060582432be49ef133d751ad4f5465880 (patch) | |
tree | ea63f0def3d841033669d4693b0faf6ebbd4bda1 /target/linux/package | |
parent | ca874662bede8354d493dd2f030ecc843dcf3e82 (diff) |
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/linux/package')
-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>"); |