summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
8 daysRevamp old module support *without* dkmsNicola Fontana
Now you have the option to install `etherlab-ethercat` (where the modules are build for the current system) or `etherlab-ethercat-dkms` (where the modules are rebuilt anytime the kernel changes). The former approach (used originally before switching to DKMS) has legitimate use cases, e.g. embedded systems where the kernel is not supposed to change or where you have limited storage space.
8 daysAvoid double ethercat.service installationNicola Fontana
2025-08-01Bump to 1.6.7Nicola Fontana
2025-06-30Bump to 1.6.6Nicola Fontana
2025-06-10Bump to 1.6.5Nicola Fontana
2025-04-17Bump to 1.6.4Nicola Fontana
2025-02-07Bump to 1.6.3Nicola Fontana
2025-02-07Fix licensesNicola Fontana
The kernel modules are released with under the same license of the Linux kernel while the user-space library is released under LGPL 2.1: see `documentation/ethercat_doc.tex`, `License` section. Furthermore, use proper SPDX ids (as suggested by the PKGBUILD wiki): https://spdx.org/licenses/
2024-10-31Bump to 1.6.2Nicola Fontana
2024-10-14build dkms kernel module:wMichal Wojdyla
2024-08-21Use hooks instead of post-install scriptNicola Fontana
2024-08-21Add ethercat.conf to backupNicola Fontana
2024-08-21Proper separation between kernel modules and toolsNicola Fontana
2024-07-26Bump to 1.6.1Nicola Fontana
2024-07-26Ensure tarball name is uniqueNicola Fontana
According to the official documentation [1]: The downloaded source filename must be unique because the SRCDEST directory can be the same for all packages. [1] https://wiki.archlinux.org/title/PKGBUILD
2024-06-07Use 1.6.0 tarball releaseNicola Fontana
From now on, there should be proper semantic versioning: https://gitlab.com/etherlab.org/ethercat/-/issues/9
2024-06-03Bump to r408Nicola Fontana
This includes the following changes: - target newly introduced branch `stable-1.6` - update to latest commit - fix for linux kernel >= 6.9
2021-09-05Dinamically build pkgver()Nicola Fontana
Follow what suggested by VCS guidelines: https://wiki.archlinux.org/title/VCS_package_guidelines
2021-08-27Bump to r227Nicola Fontana
2021-08-27Cosmetic PKGBUILD improvementsNicola Fontana
2021-07-22Bump to r209Nicola Fontana
2021-05-20Update .SRCINFO for r168Nicola Fontana
2021-05-20Bump to r168Nicola Fontana
2021-04-08Add post-installation noteNicola Fontana
2021-04-07Initial import of 1.5.r151Nicola Fontana