RADIUSdesk

logo

This is an old revision of the document!


Compile Accel-ppp on OpenWrt

Getting the code

  • This page contains the instructions to compile Accel-ppp on OpenWrt version 23.05.x
  • We assume you have already checked out the SDK.
  • You can find more detail hon how to accomplish it here: https://www.radiusdesk.com/wiki/technical/openwrt-prep.
  • The Accel-ppp package is part of the MESHdesk code:
#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

Adding the package

  • The openwrt-accel-ppp folder needs to be copied under the package folder (openwrt/package).
#cd to the working directory
cp -R ./openwrt-meshdesk/openwrt-accel-ppp ./openwrt/package 

Selecting the package

  • The package will be listed under Network.
  • You can select it and run make to build the firmware.