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 | 0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d (patch) | |
| tree | db507a04fb1b5e5a7b843bc895e8854927c1f057 | |
| parent | f051da6a6307cf25334d7ebc30a448edbfff8f70 (diff) | |
| download | upstream-0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d.tar.gz upstream-0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d.tar.bz2 upstream-0d3cd6e8fdcd6ced3a3a04d127c6317e50b4ed0d.zip | |
fix typo in switch-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 31a02506dba..5d4693c28f7 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>"); |
