This is an old revision of the document!
#Do this in the working directory e.g. cd 23.05.0 (on the same level as the openwrt directory) git clone https://github.com/RADIUSdesk/openwrt-meshdesk.git openwrt-meshdesk
#cd to the working directory cp -R ./openwrt-meshdesk/openwrt-accel-ppp ./openwrt/package
function rdAccel.__prepAccel(self) os.execute('/etc/init.d/accel-ppp disable'); os.execute('mkdir /var/log/accel-ppp'); os.execute('ln -s /usr/lib/accel-ppp/libconnlimit.so /usr/lib'); os.execute('ln -s /usr/lib/accel-ppp/libvlan-mon.so /usr/lib'); os.execute('ln -s /usr/lib/accel-ppp/libradius.so /usr/lib'); end