update 2022-12-07 08:50:58
This commit is contained in:
parent
fa958533ba
commit
b1e24f4d7f
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
do_pre_kmodload()
|
do_pre_kmodload()
|
||||||
{
|
{
|
||||||
|
return
|
||||||
test -e /etc/modules.d/mt7915e && {
|
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
|
cat /etc/modules.d/mt7915e | grep -q wed_enable=Y || echo mt7915e wed_enable=Y >/etc/modules.d/mt7915e
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue