Commit Graph

102 Commits

Author SHA1 Message Date
AuxXxilium
42172bcaeb Fix build with DSM 7.1 and 7.2
Signed-off-by: AuxXxilium <info@auxxxilium.tech>

# Conflicts:
#	release.sh
2023-09-22 18:00:13 +02:00
AuxXxilium
b48791e42b wireguard: readme: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2023-06-03 20:17:59 +02:00
AuxXxilium
e6021c8af6 wireguard: readme: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2023-06-03 20:15:07 +02:00
AuxXxilium
b790cfe60b wireguard: build: cleanup
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2023-06-03 19:50:18 +02:00
Christian Schulthess
379aa2e583
Merge pull request #1 from vegardit/master
update
2023-06-03 15:59:11 +02:00
divx118
01b185673d Fixed building for 7.1 and 7.2 dsm versions. Fix when the chroot couldn't acces /dev which resulted in a build error complaining about not being root. This happened on some synology NAS models. 2023-05-14 19:32:45 +02:00
divx118
f4a03dfaa1 Added dsm version to the name to prevent mixing up packages for different dsm versions. 2023-05-14 19:30:53 +02:00
Khanh Le
6906c2c0f4 Add support for r1000 platform 2023-04-11 16:26:23 +02:00
sebthom
df5a8cafb0 update github config 2023-03-27 21:24:52 +02:00
Mikhail Filippov
ebf96ffeae Add support rtd1619b platform 2023-03-27 20:56:51 +02:00
sebthom
8417dcf705 add GHA build 2022-11-14 15:52:09 +01:00
sebthom
278673a980 Avoid downloading of DSTRootCAX3_Extended.crt which randomly hangs 2022-11-14 15:52:09 +01:00
Nickolai Zeldovich
e527a5a244 Fix build for DSM_VER=7.1 2022-11-14 15:52:09 +01:00
Mehdi
c22b417a2a fix #130: wireguard patch added for armada38x / DSM 7.0 build
A build issue was introduced on the wiregard-linux-compat codebase.
The fix has been requested for a merge on the project repository
https://github.com/WireGuard/wireguard-linux-compat/pull/5

Waiting it to be merged, a patch was added to this project to locally
fix the problem
2022-11-14 15:52:09 +01:00
Gerben Wiersma
5992a6b38a Update README.rst 2022-11-14 15:52:09 +01:00
d-daemon
2c9857d268 Confirmed working on RS1221+ using DSM7.0 2022-11-14 15:52:09 +01:00
Victor
8968e435e2 ds418j confirmed on 6.2 and 7.0 2022-11-13 19:37:44 +01:00
Andreas Runfalk
19cd73c50b
Merge pull request #146 from 589290/master
Update Dockerfile: xz-utils is missing which makes the tarball extraction fail
2022-05-03 09:25:06 +02:00
Greg
d7fc6835aa
Update Dockerfile 2022-05-02 16:17:52 -05:00
Andreas Runfalk
65ee7a52c5
Merge pull request #141 from lfilho/patch-1
Clarify DSM 6 x 7 releases compatibility
2022-04-04 10:51:14 +02:00
Luiz Gonzaga dos Santos Filho
3b17d58910
Clarify DSM 6 x 7 releases compatibility 2022-04-03 15:52:37 -07:00
Andreas Runfalk
e77b2e56dc
Merge pull request #123 from samczsun/patch-1
Fix certificate verification issue when building
2022-01-16 22:52:13 +01:00
samczsun
7afd1e18d1
Fix certificate verification issue when building
Use the workaround suggested by Rob Stradling here:
https://mta.openssl.org/pipermail/openssl-users/2021-October/014402.html

Fixes #109
2022-01-16 02:40:44 -08:00
Andreas Runfalk
19c086a157
Merge pull request #114 from Sloop0/patch-1
Confirm working on DS720+ with DSM 7
2021-11-09 23:25:56 +01:00
Andreas Runfalk
b1b295d0ff
Merge pull request #102 from mkowalski/patch-1
Confirm DS218+ with 7.0
2021-11-09 23:25:43 +01:00
Sloop0
515b2b566c
Confirm working on DS720+ with DSM 7 2021-11-02 12:13:13 -07:00
Mateusz Kowalski
31977dac48
Confirm DS218+ with 7.0 2021-09-17 11:53:36 +02:00
Andreas Runfalk
70c26839e5
Merge pull request #71 from Matige/DSM7.0
Add support for DSM 7.0
2021-08-25 14:18:50 +02:00
Andreas Runfalk
79699eac80
Merge branch 'master' into DSM7.0 2021-08-25 14:18:26 +02:00
Aleksandr Baryshnikov
9d622de83b Confirm DS220+
Works on DS-220+

* Requires `sleep 5; ip route ...` hack
2021-07-22 11:01:58 +02:00
Matige
3ff66ceec2 Remove temporary workaround for some architectures
The implementation of Is64BitPlatform in pkgscripts-ng has been improved and the workaround is no longer needed.
2021-04-05 13:26:46 +02:00
Matige
396ae7e4d8 Fix indentation 2021-02-07 12:27:36 +01:00
Matige
45c6e57a8a Fix a typo 2021-02-06 20:02:52 +01:00
Matige
7999e50941 Improve support for DSM 7.0 2021-02-06 19:51:59 +01:00
Matige
0f29464e44 Add support for DSM 7.0 2021-01-31 19:55:53 +01:00
Matige
b8ca535353 Fix detection of crypto_memneq function definitions in tool chain 2021-01-06 17:26:03 +01:00
Matige
f0b83daf9d
Apply memneq patch only for platforms that require it (#67)
This fixes problems with memneq patches for DSM 7.
2021-01-04 12:39:58 +01:00
Andreas Runfalk
01e5b49442 Ignore memneq patch for DSM 7 2021-01-02 17:35:17 +01:00
Andreas Runfalk
2552d88cb4 Added kvmx64 to memneq patch ignore list 2020-12-30 19:59:50 +01:00
Andreas Runfalk
c1e08d900f Added workaround for geminilake, purley, v1000 and broadwellnk 2020-12-30 18:29:31 +01:00
Andreas Runfalk
70537beda2 Added new architectures to release.sh 2020-12-30 15:39:47 +01:00
Andreas Runfalk
08d3df9457 Automatically create /usr/local/bin if it doesn't exist (fixes #50) 2020-12-30 15:37:05 +01:00
Andreas Runfalk
d7cda29156 Added support for building DSM 7 preview 2020-12-30 15:27:04 +01:00
Matige
e3178f8c3c Exclude Geminilake platform from memneq patch
NAS with Geminilake has built in memneq support so the patch should not be applied
2020-12-27 00:02:36 +01:00
Nils Gerke
26844509d4 Added DS216Play 2020-12-26 23:58:43 +01:00
Andreas Runfalk
92bef8ec96 Fixed XPEnology hyperlink 2020-09-22 13:23:15 +02:00
Andreas Runfalk
806857b335 Added HP54NL (closes #53) 2020-09-22 10:24:30 +02:00
Will
983c572dc3 Update README.rst - DS1815+ Works Great
DS1815+ Works Great
2020-08-15 17:10:49 +02:00
Andreas Runfalk
a41c742156 Added script to simplyfy making new releases 2020-08-15 17:02:29 +02:00
Andreas Runfalk
4b70a94f6b Added DS3617xs to list of working devices (closes #44) 2020-08-15 14:34:59 +02:00