mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
To keep fork as closely synced with upstream, move NSS packages back into repository. Not sure why they were moved out from my original fork. * nss-firmware * qca-nss-crypto * qca-nss-cfi Removed the following: * mhz (already available in packages repo) * qrtr (unecessary, and has been broken for years) Also moved packages out of `qca` and back into root directory.
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
|
|
}
|