summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe/lua_lpack.c
AgeCommit message (Collapse)Author
2017-10-13improved lua supportDmitry Kozlov
Implemented support for lua 5.2/5.3. To build accel-ppp with exact lua version pass it in -DLUA=x.y, for example -DLUA=5.2 (cmake 3.0 is required for this). Old style -DLUA=TRUE supports only 5.1 and does not require cmake 3.0. Also extra lua modules (lua_lpack, lua_bit) took out into separated library luasupp.
2017-03-28Revert "ipoe: fix lua 5.3 support"Dmitry Kozlov
This reverts commit b72efa378b32980f2114bcb8081fafbd93096aa0.
2017-03-27ipoe: fix lua 5.3 supportDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2012-06-26ipoe: futher workingKozlov Dmitry
2012-06-22initial ipoe implementationKozlov Dmitry