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 | ca920f8cceefb6092c6d003c811da4e102d9aa8c (patch) | |
tree | db507a04fb1b5e5a7b843bc895e8854927c1f057 /openwrt | |
parent | 53c5bf40e854edd066c8550104ea401e1dbe6a24 (diff) |
fix typo in switch-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 31a02506db..5d4693c28f 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>"); |