Hi @Arjan Sorry for being too late, kindly follow the steps mention below to enable pptp:
Enabling PPTP package in Kerlink:
- Download wirgrid_buildroot_v2.1.tar.gz from Kerlink
- Extract it and go to buildroot folder
- make clean
- make wirgrid_defconfig
- make menuconfig
- Package Selection for the target -> Networking applications -> pptp-linux
- exit the package selection menu -> saving changes
- Now apt-get install lib32z1
- get i2c-tools_3.0.3.tar.bz2 from https://launchpadlibrarian.net/70776071/i2c-tools_3.0.3.orig.tar.bz2
put it in /dl/
in /dl/ - mv i2c-tools_3.0.3.orig.tar.bz2 i2c-tools-3.0.3.tar.bz2
- make
you will have new image in /output/images/
Further you can find brief build system guide in /buildroot/docs/buildroot.html file.