X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fpackage%2Fswitch%2Fsrc%2Fswitch-core.c;h=5d4693c28f75f5e53f8753233d762b0c5ca1b1f2;hb=c77b08e060582432be49ef133d751ad4f5465880;hp=31a02506dba25b85d32d6a090f8d72f299d9199a;hpb=ca874662bede8354d493dd2f030ecc843dcf3e82;p=openwrt.git 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 ");