From c77b08e060582432be49ef133d751ad4f5465880 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 4 Feb 2006 15:23:03 +0000 Subject: fix typo in switch-core git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/switch/src/switch-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/package') diff --git a/target/linux/package/switch/src/switch-core.c b/target/linux/package/switch/src/switch-core.c index 31a02506d..5d4693c28 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 "); -- cgit v1.2.3