Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: qingquan on December 30, 2022, 05:29:28 AM
-
xl2tpd.tcz module, compiled in TinyCorePure64-12.0
Modified according to use ring
/etc/xl2tpd/xl2tpd.conf
/etc/xl2tpd/options.xl2tpd
-
Hi qingquan
I'm sorry but I had to remove your attachment. Attaching compiled executable files and
extensions is not allowed.
Extensions should be sent to tcesubmit as explained here:
https://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions#submitting
There are a couple of files missing from your extension.
You need to include a .info file as shown here:
https://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions#tczinfo_example
You also need to include a .list file. You can create it like this:
unsquashfs -ll -d '' xl2tpd.tcz | grep -v '^d' | sed -e 's#.* /#/#' -e 's# -> .*##' -e 1,3d > xl2tpd.tcz.list