Before I can get to work a feed repository that work i have included qca-nss source needed on this commit Source author: SqTER-PL <r.napierala@asta-net.pl>
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
|
|
}
|