update 2022-12-07 08:50:58

This commit is contained in:
github-actions[bot] 2022-12-07 08:50:58 +08:00
parent fa958533ba
commit b1e24f4d7f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
do_pre_kmodload()
{
return
test -e /etc/modules.d/mt7915e && {
cat /etc/modules.d/mt7915e | grep -q wed_enable=Y || echo mt7915e wed_enable=Y >/etc/modules.d/mt7915e
}