You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix shell script execute after su (armbian#1581)
`su xxx -c bash a.sh`
it will execute like `su xxx -c bash` and ignore a.sh
in order to do right way
`su xxx -c "bash a.sh"`
Enable NFSD to make NFS server usable (armbian#1363)
Enabled BFQ IO Scheduler;
Enabled some Meson CLK options;
Added some DEVFREQ Governors as modules;
Enabled DVFS (CONFIG_PWM_MESON=y);
Enabled FUSE as module;
Enabled NFSD to enable use of NFS server;