mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
7 lines
183 B
Bash
7 lines
183 B
Bash
#!/bin/sh
|
|
# Copyright (c) 2016 The Linux Foundation. All rights reserved.
|
|
|
|
[ -e "/sys/kernel/debug/ecm/ecm_db/defunct_all" ] && {
|
|
echo 1 > /sys/kernel/debug/ecm/ecm_db/defunct_all
|
|
}
|