WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xl2tpd.tcz module, compiled in TinyCorePure64-12.0  (Read 856 times)

Offline qingquan

  • Newbie
  • *
  • Posts: 35
xl2tpd.tcz module, compiled in TinyCorePure64-12.0
« on: December 30, 2022, 02:29:28 AM »
xl2tpd.tcz module, compiled in TinyCorePure64-12.0
Modified according to use ring

/etc/xl2tpd/xl2tpd.conf
/etc/xl2tpd/options.xl2tpd
« Last Edit: December 30, 2022, 06:40:55 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11243
Re: xl2tpd.tcz module, compiled in TinyCorePure64-12.0
« Reply #1 on: December 30, 2022, 07:43:00 AM »
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:
Code: [Select]
unsquashfs -ll -d '' xl2tpd.tcz | grep -v '^d' | sed -e 's#.* /#/#' -e 's# -> .*##' -e 1,3d > xl2tpd.tcz.list